#cfdbf2
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 242
HSL
219°, 57%, 88%
CMYK
15, 10, 0, 5
Luminance
0.7034
Every format
| HEX | #cfdbf2 |
| RGB | rgb(207, 219, 242) |
| HSL | hsl(219, 57%, 88%) |
| CMYK | cmyk(15%, 10%, 0%, 5%) |
| LAB | lab(87.2 0.5 -12.6) |
| LCH | lch(87.2 12.6 272.4) |
| OKLCH | oklch(0.889 0.034 263.6) |
Copy-ready code
/* CSS */
color: #cfdbf2;
background-color: #cfdbf2;
/* Tailwind (arbitrary) */
class="text-[#cfdbf2] bg-[#cfdbf2]"
/* SCSS */
$brand: #cfdbf2;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#cfdbf2")Accessibility — WCAG contrast
Aa
#cfdbf2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf2 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#cfdbf2 text on a black background
contrast 15.07:1
Card sample
#cfdbf2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf2;
Background color
Panel with #cfdbf2 background
background-color: #cfdbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf2; background: linear-gradient(135deg, #cfdbf2, #DACFF2);