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