#CCCCFF color codes
- HEX
- #CCCCFF
- HEX8
- #CCCCFFFF
- HEX8 (Android)
- #FFCCCCFF
- RGB
- rgb(204, 204, 255)
- RGB (%)
- 80%, 80%, 100%
- HSL
- hsl(240, 100%, 90%)
- HSV / HSB
- hsv(240, 20%, 100%)
- CMYK
- cmyk(20%, 20%, 0%, 0%)
- OKLCH
- oklch(0.8622 0.0705 284.83)
- OKLCH (%)
- oklch(86.22% 0.0705 284.83)
- Decimal
- 13421823
What color is #CCCCFF?
#CCCCFF sits at 86% lightness and 0.0705 chroma in OKLCH, hue 284.83°. Its nearest named color is LightSteelBlue.
Shades and tints of #CCCCFF
Tints
Shades
Tones
#CCCCFF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #CCCCFF in CSS
.text { color: #CCCCFF; }
.background { background-color: #CCCCFF; }
.border { border: 2px solid #CCCCFF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8622 0.0705 284.83); }
/* #CCCCFF at 50% transparency */
.overlay { background-color: #CCCCFF80; }Is #CCCCFF accessible?
#CCCCFF on white text scores 1.54:1; on black text it scores 13.65:1. Black text passes WCAG AAA on #CCCCFF. Recommended text color on a #CCCCFF background: black.
A 13.65:1 vs black
A 1.54:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#CCCCFF) → black APCA Lc experimental 78.9 Lc · body text (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Blue #0000FF. See more in the blue family on the colors hub.
Frequently asked questions
- What color is #CCCCFF?
- #CCCCFF is closest to LightSteelBlue. In RGB it is rgb(204, 204, 255), and in HSL hsl(240, 100%, 90%).
- What is #CCCCFF in RGB?
- #CCCCFF converts to rgb(204, 204, 255) — red 204, green 204, blue 255.
- What text color is readable on #CCCCFF?
- Black text — it has the higher contrast ratio (13.65:1) against #CCCCFF. Black text passes WCAG AAA on #CCCCFF.