#cfdbf5
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 245
HSL
221°, 66%, 89%
CMYK
16, 11, 0, 4
Luminance
0.7052
Every format
| HEX | #cfdbf5 |
| RGB | rgb(207, 219, 245) |
| HSL | hsl(221, 66%, 89%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(87.3 1.1 -14.0) |
| LCH | lch(87.3 14.1 274.6) |
| OKLCH | oklch(0.890 0.038 265.8) |
Copy-ready code
/* CSS */
color: #cfdbf5;
background-color: #cfdbf5;
/* Tailwind (arbitrary) */
class="text-[#cfdbf5] bg-[#cfdbf5]"
/* SCSS */
$brand: #cfdbf5;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.961)
/* Android */
Color.parseColor("#cfdbf5")Accessibility — WCAG contrast
Aa
#cfdbf5 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf5 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue96.1%
CMYK percentages
Cyan15.5%
Magenta10.6%
Yellow0.0%
Key (black)3.9%
Color previews
#cfdbf5 text on a black background
contrast 15.10:1
Card sample
#cfdbf5 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf5;
Background color
Panel with #cfdbf5 background
background-color: #cfdbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf5; background: linear-gradient(135deg, #cfdbf5, #DCCFF5);