#cfcff1
a pale, vivid blue · warm · closest name: lavender
RGB
207, 207, 241
HSL
240°, 55%, 88%
CMYK
14, 14, 0, 6
Luminance
0.6424
Every format
| HEX | #cfcff1 |
| RGB | rgb(207, 207, 241) |
| HSL | hsl(240, 55%, 88%) |
| CMYK | cmyk(14%, 14%, 0%, 6%) |
| LAB | lab(84.1 6.6 -16.7) |
| LCH | lch(84.1 17.9 291.7) |
| OKLCH | oklch(0.865 0.047 285.4) |
Copy-ready code
/* CSS */
color: #cfcff1;
background-color: #cfcff1;
/* Tailwind (arbitrary) */
class="text-[#cfcff1] bg-[#cfcff1]"
/* SCSS */
$brand: #cfcff1;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.945)
/* Android */
Color.parseColor("#cfcff1")Accessibility — WCAG contrast
Aa
#cfcff1 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcff1 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta14.1%
Yellow0.0%
Key (black)5.5%
Color previews
#cfcff1 text on a black background
contrast 13.85:1
Card sample
#cfcff1 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcff1;
Background color
Panel with #cfcff1 background
background-color: #cfcff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcff1; background: linear-gradient(135deg, #cfcff1, #E6CFF1);