#cddbd1
a light, soft green · cool · closest name: silver
RGB
205, 219, 209
HSL
137°, 16%, 83%
CMYK
6, 0, 5, 14
Luminance
0.6825
Every format
| HEX | #cddbd1 |
| RGB | rgb(205, 219, 209) |
| HSL | hsl(137, 16%, 83%) |
| CMYK | cmyk(6%, 0%, 5%, 14%) |
| LAB | lab(86.1 -6.5 3.3) |
| LCH | lch(86.1 7.3 153.3) |
| OKLCH | oklch(0.878 0.020 154.9) |
Copy-ready code
/* CSS */
color: #cddbd1;
background-color: #cddbd1;
/* Tailwind (arbitrary) */
class="text-[#cddbd1] bg-[#cddbd1]"
/* SCSS */
$brand: #cddbd1;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.820)
/* Android */
Color.parseColor("#cddbd1")Accessibility — WCAG contrast
Aa
#cddbd1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbd1 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue82.0%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow4.6%
Key (black)14.1%
Color previews
#cddbd1 text on a black background
contrast 14.65:1
Card sample
#cddbd1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbd1;
Background color
Panel with #cddbd1 background
background-color: #cddbd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbd1; background: linear-gradient(135deg, #cddbd1, #CDDBDA);