#cfdbeb
a pale, soft blue · cool · closest name: lavender
RGB
207, 219, 235
HSL
214°, 41%, 87%
CMYK
12, 7, 0, 8
Luminance
0.6993
Every format
| HEX | #cfdbeb |
| RGB | rgb(207, 219, 235) |
| HSL | hsl(214, 41%, 87%) |
| CMYK | cmyk(12%, 7%, 0%, 8%) |
| LAB | lab(87.0 -0.9 -9.2) |
| LCH | lch(87.0 9.2 264.4) |
| OKLCH | oklch(0.887 0.026 255.6) |
Copy-ready code
/* CSS */
color: #cfdbeb;
background-color: #cfdbeb;
/* Tailwind (arbitrary) */
class="text-[#cfdbeb] bg-[#cfdbeb]"
/* SCSS */
$brand: #cfdbeb;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#cfdbeb")Accessibility — WCAG contrast
Aa
#cfdbeb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbeb on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cfdbeb text on a black background
contrast 14.99:1
Card sample
#cfdbeb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbeb;
Background color
Panel with #cfdbeb background
background-color: #cfdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbeb; background: linear-gradient(135deg, #cfdbeb, #D6CFEB);