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