#cfcfe4
a pale, soft blue · warm · closest name: lavender
RGB
207, 207, 228
HSL
240°, 28%, 85%
CMYK
9, 9, 0, 11
Luminance
0.6349
Every format
| HEX | #cfcfe4 |
| RGB | rgb(207, 207, 228) |
| HSL | hsl(240, 28%, 85%) |
| CMYK | cmyk(9%, 9%, 0%, 11%) |
| LAB | lab(83.7 4.0 -10.3) |
| LCH | lch(83.7 11.1 291.1) |
| OKLCH | oklch(0.861 0.029 285.8) |
Copy-ready code
/* CSS */
color: #cfcfe4;
background-color: #cfcfe4;
/* Tailwind (arbitrary) */
class="text-[#cfcfe4] bg-[#cfcfe4]"
/* SCSS */
$brand: #cfcfe4;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#cfcfe4")Accessibility — WCAG contrast
Aa
#cfcfe4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfe4 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cfcfe4 text on a black background
contrast 13.70:1
Card sample
#cfcfe4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfe4;
Background color
Panel with #cfcfe4 background
background-color: #cfcfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfe4; background: linear-gradient(135deg, #cfcfe4, #DDCFE4);