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