#cfdfe9
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 233
HSL
203°, 37%, 86%
CMYK
11, 4, 0, 9
Luminance
0.7192
Every format
| HEX | #cfdfe9 |
| RGB | rgb(207, 223, 233) |
| HSL | hsl(203, 37%, 86%) |
| CMYK | cmyk(11%, 4%, 0%, 9%) |
| LAB | lab(87.9 -3.4 -6.7) |
| LCH | lch(87.9 7.5 243.3) |
| OKLCH | oklch(0.895 0.022 235.0) |
Copy-ready code
/* CSS */
color: #cfdfe9;
background-color: #cfdfe9;
/* Tailwind (arbitrary) */
class="text-[#cfdfe9] bg-[#cfdfe9]"
/* SCSS */
$brand: #cfdfe9;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#cfdfe9")Accessibility — WCAG contrast
Aa
#cfdfe9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe9 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#cfdfe9 text on a black background
contrast 15.38:1
Card sample
#cfdfe9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe9;
Background color
Panel with #cfdfe9 background
background-color: #cfdfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe9; background: linear-gradient(135deg, #cfdfe9, #D0CFE9);