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