#cbcbdf
a light, soft blue · warm · closest name: lavender
RGB
203, 203, 223
HSL
240°, 24%, 84%
CMYK
9, 9, 0, 13
Luminance
0.6074
Every format
| HEX | #cbcbdf |
| RGB | rgb(203, 203, 223) |
| HSL | hsl(240, 24%, 84%) |
| CMYK | cmyk(9%, 9%, 0%, 13%) |
| LAB | lab(82.2 3.8 -9.9) |
| LCH | lch(82.2 10.6 291.1) |
| OKLCH | oklch(0.848 0.028 285.8) |
Copy-ready code
/* CSS */
color: #cbcbdf;
background-color: #cbcbdf;
/* Tailwind (arbitrary) */
class="text-[#cbcbdf] bg-[#cbcbdf]"
/* SCSS */
$brand: #cbcbdf;
/* SwiftUI */
Color(red: 0.796, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#cbcbdf")Accessibility — WCAG contrast
Aa
#cbcbdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcbdf on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cbcbdf text on a black background
contrast 13.15:1
Card sample
#cbcbdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcbdf;
Background color
Panel with #cbcbdf background
background-color: #cbcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcbdf; background: linear-gradient(135deg, #cbcbdf, #D8CBDF);