#cfdfeb
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 235
HSL
206°, 41%, 87%
CMYK
12, 5, 0, 8
Luminance
0.7204
Every format
| HEX | #cfdfeb |
| RGB | rgb(207, 223, 235) |
| HSL | hsl(206, 41%, 87%) |
| CMYK | cmyk(12%, 5%, 0%, 8%) |
| LAB | lab(88.0 -3.0 -7.7) |
| LCH | lch(88.0 8.2 248.8) |
| OKLCH | oklch(0.895 0.024 240.1) |
Copy-ready code
/* CSS */
color: #cfdfeb;
background-color: #cfdfeb;
/* Tailwind (arbitrary) */
class="text-[#cfdfeb] bg-[#cfdfeb]"
/* SCSS */
$brand: #cfdfeb;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#cfdfeb")Accessibility — WCAG contrast
Aa
#cfdfeb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfeb on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cfdfeb text on a black background
contrast 15.41:1
Card sample
#cfdfeb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfeb;
Background color
Panel with #cfdfeb background
background-color: #cfdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfeb; background: linear-gradient(135deg, #cfdfeb, #D2CFEB);