#cfcffb
a pale, electric blue · warm · closest name: lavender
RGB
207, 207, 251
HSL
240°, 85%, 90%
CMYK
18, 18, 0, 2
Luminance
0.6486
Every format
| HEX | #cfcffb |
| RGB | rgb(207, 207, 251) |
| HSL | hsl(240, 85%, 90%) |
| CMYK | cmyk(18%, 18%, 0%, 2%) |
| LAB | lab(84.4 8.7 -21.5) |
| LCH | lch(84.4 23.2 292.1) |
| OKLCH | oklch(0.869 0.061 285.1) |
Copy-ready code
/* CSS */
color: #cfcffb;
background-color: #cfcffb;
/* Tailwind (arbitrary) */
class="text-[#cfcffb] bg-[#cfcffb]"
/* SCSS */
$brand: #cfcffb;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#cfcffb")Accessibility — WCAG contrast
Aa
#cfcffb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcffb on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cfcffb text on a black background
contrast 13.97:1
Card sample
#cfcffb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcffb;
Background color
Panel with #cfcffb background
background-color: #cfcffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcffb; background: linear-gradient(135deg, #cfcffb, #ECCFFB);