#cccddb
a light, soft blue · warm · closest name: silver
RGB
204, 205, 219
HSL
236°, 17%, 83%
CMYK
7, 6, 0, 14
Luminance
0.6161
Every format
| HEX | #cccddb |
| RGB | rgb(204, 205, 219) |
| HSL | hsl(236, 17%, 83%) |
| CMYK | cmyk(7%, 6%, 0%, 14%) |
| LAB | lab(82.7 2.3 -7.0) |
| LCH | lch(82.7 7.4 288.1) |
| OKLCH | oklch(0.852 0.019 282.7) |
Copy-ready code
/* CSS */
color: #cccddb;
background-color: #cccddb;
/* Tailwind (arbitrary) */
class="text-[#cccddb] bg-[#cccddb]"
/* SCSS */
$brand: #cccddb;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#cccddb")Accessibility — WCAG contrast
Aa
#cccddb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccddb on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#cccddb text on a black background
contrast 13.32:1
Card sample
#cccddb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccddb;
Background color
Panel with #cccddb background
background-color: #cccddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccddb; background: linear-gradient(135deg, #cccddb, #D5CCDB);