#cfdfe2
a light, soft cyan · cool · closest name: lavender
RGB
207, 223, 226
HSL
190°, 25%, 85%
CMYK
8, 1, 0, 11
Luminance
0.7153
Every format
| HEX | #cfdfe2 |
| RGB | rgb(207, 223, 226) |
| HSL | hsl(190, 25%, 85%) |
| CMYK | cmyk(8%, 1%, 0%, 11%) |
| LAB | lab(87.7 -4.8 -3.3) |
| LCH | lch(87.7 5.8 214.8) |
| OKLCH | oklch(0.892 0.018 210.2) |
Copy-ready code
/* CSS */
color: #cfdfe2;
background-color: #cfdfe2;
/* Tailwind (arbitrary) */
class="text-[#cfdfe2] bg-[#cfdfe2]"
/* SCSS */
$brand: #cfdfe2;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#cfdfe2")Accessibility — WCAG contrast
Aa
#cfdfe2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe2 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#cfdfe2 text on a black background
contrast 15.31:1
Card sample
#cfdfe2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe2;
Background color
Panel with #cfdfe2 background
background-color: #cfdfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe2; background: linear-gradient(135deg, #cfdfe2, #CFD2E2);