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