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