#cdddcd
a light, soft green · cool · closest name: beige
RGB
205, 221, 205
HSL
120°, 19%, 84%
CMYK
7, 0, 7, 13
Luminance
0.6910
Every format
| HEX | #cdddcd |
| RGB | rgb(205, 221, 205) |
| HSL | hsl(120, 19%, 84%) |
| CMYK | cmyk(7%, 0%, 7%, 13%) |
| LAB | lab(86.5 -8.3 6.0) |
| LCH | lch(86.5 10.3 144.0) |
| OKLCH | oklch(0.881 0.028 145.3) |
Copy-ready code
/* CSS */
color: #cdddcd;
background-color: #cdddcd;
/* Tailwind (arbitrary) */
class="text-[#cdddcd] bg-[#cdddcd]"
/* SCSS */
$brand: #cdddcd;
/* SwiftUI */
Color(red: 0.804, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#cdddcd")Accessibility — WCAG contrast
Aa
#cdddcd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdddcd on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.7%
Blue80.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow7.2%
Key (black)13.3%
Color previews
#cdddcd text on a black background
contrast 14.82:1
Card sample
#cdddcd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdddcd;
Background color
Panel with #cdddcd background
background-color: #cdddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdddcd; background: linear-gradient(135deg, #cdddcd, #CDDDD8);