#cfccf8
a pale, electric blue · warm · closest name: lavender
RGB
207, 204, 248
HSL
244°, 76%, 89%
CMYK
17, 18, 0, 3
Luminance
0.6323
Every format
| HEX | #cfccf8 |
| RGB | rgb(207, 204, 248) |
| HSL | hsl(244, 76%, 89%) |
| CMYK | cmyk(17%, 18%, 0%, 3%) |
| LAB | lab(83.6 9.7 -21.2) |
| LCH | lch(83.6 23.3 294.6) |
| OKLCH | oklch(0.862 0.061 288.2) |
Copy-ready code
/* CSS */
color: #cfccf8;
background-color: #cfccf8;
/* Tailwind (arbitrary) */
class="text-[#cfccf8] bg-[#cfccf8]"
/* SCSS */
$brand: #cfccf8;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#cfccf8")Accessibility — WCAG contrast
Aa
#cfccf8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccf8 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#cfccf8 text on a black background
contrast 13.65:1
Card sample
#cfccf8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccf8;
Background color
Panel with #cfccf8 background
background-color: #cfccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccf8; background: linear-gradient(135deg, #cfccf8, #ECCCF8);