#ccdacb
a light, soft green · cool · closest name: silver
RGB
204, 218, 203
HSL
116°, 17%, 83%
CMYK
6, 0, 7, 15
Luminance
0.6729
Every format
| HEX | #ccdacb |
| RGB | rgb(204, 218, 203) |
| HSL | hsl(116, 17%, 83%) |
| CMYK | cmyk(6%, 0%, 7%, 15%) |
| LAB | lab(85.7 -7.5 5.8) |
| LCH | lch(85.7 9.4 142.3) |
| OKLCH | oklch(0.874 0.025 143.5) |
Copy-ready code
/* CSS */
color: #ccdacb;
background-color: #ccdacb;
/* Tailwind (arbitrary) */
class="text-[#ccdacb] bg-[#ccdacb]"
/* SCSS */
$brand: #ccdacb;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#ccdacb")Accessibility — WCAG contrast
Aa
#ccdacb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdacb on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue79.6%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow6.9%
Key (black)14.5%
Color previews
#ccdacb text on a black background
contrast 14.46:1
Card sample
#ccdacb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdacb;
Background color
Panel with #ccdacb background
background-color: #ccdacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdacb; background: linear-gradient(135deg, #ccdacb, #CBDAD4);