#cfdfe4
a pale, soft cyan · cool · closest name: lavender
RGB
207, 223, 228
HSL
194°, 28%, 85%
CMYK
9, 2, 0, 11
Luminance
0.7164
Every format
| HEX | #cfdfe4 |
| RGB | rgb(207, 223, 228) |
| HSL | hsl(194, 28%, 85%) |
| CMYK | cmyk(9%, 2%, 0%, 11%) |
| LAB | lab(87.8 -4.4 -4.3) |
| LCH | lch(87.8 6.1 224.4) |
| OKLCH | oklch(0.893 0.018 218.4) |
Copy-ready code
/* CSS */
color: #cfdfe4;
background-color: #cfdfe4;
/* Tailwind (arbitrary) */
class="text-[#cfdfe4] bg-[#cfdfe4]"
/* SCSS */
$brand: #cfdfe4;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#cfdfe4")Accessibility — WCAG contrast
Aa
#cfdfe4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe4 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cfdfe4 text on a black background
contrast 15.33:1
Card sample
#cfdfe4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe4;
Background color
Panel with #cfdfe4 background
background-color: #cfdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe4; background: linear-gradient(135deg, #cfdfe4, #CFD1E4);