#cfcfe1
a light, soft blue · warm · closest name: lavender
RGB
207, 207, 225
HSL
240°, 23%, 85%
CMYK
8, 8, 0, 12
Luminance
0.6333
Every format
| HEX | #cfcfe1 |
| RGB | rgb(207, 207, 225) |
| HSL | hsl(240, 23%, 85%) |
| CMYK | cmyk(8%, 8%, 0%, 12%) |
| LAB | lab(83.6 3.4 -8.9) |
| LCH | lch(83.6 9.5 291.0) |
| OKLCH | oklch(0.860 0.025 285.9) |
Copy-ready code
/* CSS */
color: #cfcfe1;
background-color: #cfcfe1;
/* Tailwind (arbitrary) */
class="text-[#cfcfe1] bg-[#cfcfe1]"
/* SCSS */
$brand: #cfcfe1;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.882)
/* Android */
Color.parseColor("#cfcfe1")Accessibility — WCAG contrast
Aa
#cfcfe1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfe1 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta8.0%
Yellow0.0%
Key (black)11.8%
Color previews
#cfcfe1 text on a black background
contrast 13.67:1
Card sample
#cfcfe1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfe1;
Background color
Panel with #cfcfe1 background
background-color: #cfcfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfe1; background: linear-gradient(135deg, #cfcfe1, #DBCFE1);