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