#cbcdf1
a pale, vivid blue · warm · closest name: lavender
RGB
203, 205, 241
HSL
237°, 58%, 87%
CMYK
16, 15, 0, 6
Luminance
0.6271
Every format
| HEX | #cbcdf1 |
| RGB | rgb(203, 205, 241) |
| HSL | hsl(237, 58%, 87%) |
| CMYK | cmyk(16%, 15%, 0%, 6%) |
| LAB | lab(83.3 6.4 -17.9) |
| LCH | lch(83.3 19.0 289.8) |
| OKLCH | oklch(0.858 0.050 282.8) |
Copy-ready code
/* CSS */
color: #cbcdf1;
background-color: #cbcdf1;
/* Tailwind (arbitrary) */
class="text-[#cbcdf1] bg-[#cbcdf1]"
/* SCSS */
$brand: #cbcdf1;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#cbcdf1")Accessibility — WCAG contrast
Aa
#cbcdf1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdf1 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue94.5%
CMYK percentages
Cyan15.8%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cbcdf1 text on a black background
contrast 13.54:1
Card sample
#cbcdf1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdf1;
Background color
Panel with #cbcdf1 background
background-color: #cbcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdf1; background: linear-gradient(135deg, #cbcdf1, #E2CBF1);