#cbccdb
a light, soft blue · warm · closest name: silver
RGB
203, 204, 219
HSL
236°, 18%, 83%
CMYK
7, 7, 0, 14
Luminance
0.6100
Every format
| HEX | #cbccdb |
| RGB | rgb(203, 204, 219) |
| HSL | hsl(236, 18%, 83%) |
| CMYK | cmyk(7%, 7%, 0%, 14%) |
| LAB | lab(82.4 2.5 -7.5) |
| LCH | lch(82.4 7.9 288.3) |
| OKLCH | oklch(0.849 0.021 282.9) |
Copy-ready code
/* CSS */
color: #cbccdb;
background-color: #cbccdb;
/* Tailwind (arbitrary) */
class="text-[#cbccdb] bg-[#cbccdb]"
/* SCSS */
$brand: #cbccdb;
/* SwiftUI */
Color(red: 0.796, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#cbccdb")Accessibility — WCAG contrast
Aa
#cbccdb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbccdb on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.0%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cbccdb text on a black background
contrast 13.20:1
Card sample
#cbccdb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbccdb;
Background color
Panel with #cbccdb background
background-color: #cbccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbccdb; background: linear-gradient(135deg, #cbccdb, #D5CBDB);