#cbcdf3
a pale, vivid blue · warm · closest name: lavender
RGB
203, 205, 243
HSL
237°, 63%, 88%
CMYK
17, 16, 0, 5
Luminance
0.6283
Every format
| HEX | #cbcdf3 |
| RGB | rgb(203, 205, 243) |
| HSL | hsl(237, 63%, 88%) |
| CMYK | cmyk(17%, 16%, 0%, 5%) |
| LAB | lab(83.3 6.9 -18.9) |
| LCH | lch(83.3 20.1 290.0) |
| OKLCH | oklch(0.859 0.053 282.9) |
Copy-ready code
/* CSS */
color: #cbcdf3;
background-color: #cbcdf3;
/* Tailwind (arbitrary) */
class="text-[#cbcdf3] bg-[#cbcdf3]"
/* SCSS */
$brand: #cbcdf3;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#cbcdf3")Accessibility — WCAG contrast
Aa
#cbcdf3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdf3 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cbcdf3 text on a black background
contrast 13.57:1
Card sample
#cbcdf3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdf3;
Background color
Panel with #cbcdf3 background
background-color: #cbcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdf3; background: linear-gradient(135deg, #cbcdf3, #E4CBF3);