#cbdbfd
a pale, electric blue · cool · closest name: lavender
RGB
203, 219, 253
HSL
221°, 93%, 89%
CMYK
20, 13, 0, 1
Luminance
0.7045
Every format
| HEX | #cbdbfd |
| RGB | rgb(203, 219, 253) |
| HSL | hsl(221, 93%, 89%) |
| CMYK | cmyk(20%, 13%, 0%, 1%) |
| LAB | lab(87.2 1.6 -18.3) |
| LCH | lch(87.2 18.4 275.0) |
| OKLCH | oklch(0.890 0.050 265.4) |
Copy-ready code
/* CSS */
color: #cbdbfd;
background-color: #cbdbfd;
/* Tailwind (arbitrary) */
class="text-[#cbdbfd] bg-[#cbdbfd]"
/* SCSS */
$brand: #cbdbfd;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#cbdbfd")Accessibility — WCAG contrast
Aa
#cbdbfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbfd on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cbdbfd text on a black background
contrast 15.09:1
Card sample
#cbdbfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbfd;
Background color
Panel with #cbdbfd background
background-color: #cbdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbfd; background: linear-gradient(135deg, #cbdbfd, #DCCBFD);