#cddfcd
a light, soft green · cool · closest name: beige
RGB
205, 223, 205
HSL
120°, 22%, 84%
CMYK
8, 0, 8, 13
Luminance
0.7016
Every format
| HEX | #cddfcd |
| RGB | rgb(205, 223, 205) |
| HSL | hsl(120, 22%, 84%) |
| CMYK | cmyk(8%, 0%, 8%, 13%) |
| LAB | lab(87.1 -9.3 6.8) |
| LCH | lch(87.1 11.5 144.0) |
| OKLCH | oklch(0.885 0.031 145.3) |
Copy-ready code
/* CSS */
color: #cddfcd;
background-color: #cddfcd;
/* Tailwind (arbitrary) */
class="text-[#cddfcd] bg-[#cddfcd]"
/* SCSS */
$brand: #cddfcd;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.804)
/* Android */
Color.parseColor("#cddfcd")Accessibility — WCAG contrast
Aa
#cddfcd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfcd on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue80.4%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow8.1%
Key (black)12.5%
Color previews
#cddfcd text on a black background
contrast 15.03:1
Card sample
#cddfcd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfcd;
Background color
Panel with #cddfcd background
background-color: #cddfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfcd; background: linear-gradient(135deg, #cddfcd, #CDDFD9);