#cbdbfe
a pale, electric blue · cool · closest name: lavender
RGB
203, 219, 254
HSL
221°, 96%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7052
Every format
| HEX | #cbdbfe |
| RGB | rgb(203, 219, 254) |
| HSL | hsl(221, 96%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.3 1.8 -18.8) |
| LCH | lch(87.3 18.9 275.5) |
| OKLCH | oklch(0.891 0.051 265.9) |
Copy-ready code
/* CSS */
color: #cbdbfe;
background-color: #cbdbfe;
/* Tailwind (arbitrary) */
class="text-[#cbdbfe] bg-[#cbdbfe]"
/* SCSS */
$brand: #cbdbfe;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#cbdbfe")Accessibility — WCAG contrast
Aa
#cbdbfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbfe on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cbdbfe text on a black background
contrast 15.10:1
Card sample
#cbdbfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbfe;
Background color
Panel with #cbdbfe background
background-color: #cbdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbfe; background: linear-gradient(135deg, #cbdbfe, #DDCBFE);