#cbdbf4
a pale, vivid blue · cool · closest name: lavender
RGB
203, 219, 244
HSL
217°, 65%, 88%
CMYK
17, 10, 0, 4
Luminance
0.6989
Every format
| HEX | #cbdbf4 |
| RGB | rgb(203, 219, 244) |
| HSL | hsl(217, 65%, 88%) |
| CMYK | cmyk(17%, 10%, 0%, 4%) |
| LAB | lab(86.9 -0.3 -14.0) |
| LCH | lch(86.9 14.0 268.7) |
| OKLCH | oklch(0.887 0.039 259.3) |
Copy-ready code
/* CSS */
color: #cbdbf4;
background-color: #cbdbf4;
/* Tailwind (arbitrary) */
class="text-[#cbdbf4] bg-[#cbdbf4]"
/* SCSS */
$brand: #cbdbf4;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#cbdbf4")Accessibility — WCAG contrast
Aa
#cbdbf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbf4 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue95.7%
CMYK percentages
Cyan16.8%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cbdbf4 text on a black background
contrast 14.98:1
Card sample
#cbdbf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbf4;
Background color
Panel with #cbdbf4 background
background-color: #cbdbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbf4; background: linear-gradient(135deg, #cbdbf4, #D6CBF4);