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