#ccc9fc
a pale, electric blue · warm · closest name: lavender
RGB
204, 201, 252
HSL
244°, 90%, 89%
CMYK
19, 20, 0, 1
Luminance
0.6164
Every format
| HEX | #ccc9fc |
| RGB | rgb(204, 201, 252) |
| HSL | hsl(244, 90%, 89%) |
| CMYK | cmyk(19%, 20%, 0%, 1%) |
| LAB | lab(82.7 11.3 -24.6) |
| LCH | lch(82.7 27.1 294.6) |
| OKLCH | oklch(0.855 0.070 287.5) |
Copy-ready code
/* CSS */
color: #ccc9fc;
background-color: #ccc9fc;
/* Tailwind (arbitrary) */
class="text-[#ccc9fc] bg-[#ccc9fc]"
/* SCSS */
$brand: #ccc9fc;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#ccc9fc")Accessibility — WCAG contrast
Aa
#ccc9fc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9fc on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc9fc text on a black background
contrast 13.33:1
Card sample
#ccc9fc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9fc;
Background color
Panel with #ccc9fc background
background-color: #ccc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9fc; background: linear-gradient(135deg, #ccc9fc, #EEC9FC);