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