#cfdfe8
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 232
HSL
202°, 35%, 86%
CMYK
11, 4, 0, 9
Luminance
0.7187
Every format
| HEX | #cfdfe8 |
| RGB | rgb(207, 223, 232) |
| HSL | hsl(202, 35%, 86%) |
| CMYK | cmyk(11%, 4%, 0%, 9%) |
| LAB | lab(87.9 -3.6 -6.2) |
| LCH | lch(87.9 7.2 240.1) |
| OKLCH | oklch(0.894 0.021 232.2) |
Copy-ready code
/* CSS */
color: #cfdfe8;
background-color: #cfdfe8;
/* Tailwind (arbitrary) */
class="text-[#cfdfe8] bg-[#cfdfe8]"
/* SCSS */
$brand: #cfdfe8;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#cfdfe8")Accessibility — WCAG contrast
Aa
#cfdfe8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe8 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#cfdfe8 text on a black background
contrast 15.37:1
Card sample
#cfdfe8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe8;
Background color
Panel with #cfdfe8 background
background-color: #cfdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe8; background: linear-gradient(135deg, #cfdfe8, #D0CFE8);