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