#cbcdf9
a pale, electric blue · warm · closest name: lavender
RGB
203, 205, 249
HSL
237°, 79%, 89%
CMYK
19, 18, 0, 2
Luminance
0.6320
Every format
| HEX | #cbcdf9 |
| RGB | rgb(203, 205, 249) |
| HSL | hsl(237, 79%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 2%) |
| LAB | lab(83.5 8.2 -21.8) |
| LCH | lch(83.5 23.3 290.5) |
| OKLCH | oklch(0.861 0.061 283.0) |
Copy-ready code
/* CSS */
color: #cbcdf9;
background-color: #cbcdf9;
/* Tailwind (arbitrary) */
class="text-[#cbcdf9] bg-[#cbcdf9]"
/* SCSS */
$brand: #cbcdf9;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#cbcdf9")Accessibility — WCAG contrast
Aa
#cbcdf9 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdf9 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue97.6%
CMYK percentages
Cyan18.5%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#cbcdf9 text on a black background
contrast 13.64:1
Card sample
#cbcdf9 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdf9;
Background color
Panel with #cbcdf9 background
background-color: #cbcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdf9; background: linear-gradient(135deg, #cbcdf9, #E8CBF9);