#cdf9c0
a pale, electric green · cool · closest name: beige
RGB
205, 249, 192
HSL
106°, 83%, 87%
CMYK
18, 0, 23, 2
Luminance
0.8454
Every format
| HEX | #cdf9c0 |
| RGB | rgb(205, 249, 192) |
| HSL | hsl(106, 83%, 87%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(93.7 -24.3 22.8) |
| LCH | lch(93.7 33.4 136.8) |
| OKLCH | oklch(0.937 0.088 138.6) |
Copy-ready code
/* CSS */
color: #cdf9c0;
background-color: #cdf9c0;
/* Tailwind (arbitrary) */
class="text-[#cdf9c0] bg-[#cdf9c0]"
/* SCSS */
$brand: #cdf9c0;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.753)
/* Android */
Color.parseColor("#cdf9c0")Accessibility — WCAG contrast
Aa
#cdf9c0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9c0 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue75.3%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow22.9%
Key (black)2.4%
Color previews
#cdf9c0 text on a black background
contrast 17.91:1
Card sample
#cdf9c0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9c0;
Background color
Panel with #cdf9c0 background
background-color: #cdf9c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9c0; background: linear-gradient(135deg, #cdf9c0, #C0F9D9);