#cdf9cc
a pale, electric green · cool · closest name: beige
RGB
205, 249, 204
HSL
119°, 79%, 89%
CMYK
18, 0, 18, 2
Luminance
0.8509
Every format
| HEX | #cdf9cc |
| RGB | rgb(205, 249, 204) |
| HSL | hsl(119, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 18%, 2%) |
| LAB | lab(93.9 -22.4 17.0) |
| LCH | lch(93.9 28.1 142.7) |
| OKLCH | oklch(0.940 0.075 144.4) |
Copy-ready code
/* CSS */
color: #cdf9cc;
background-color: #cdf9cc;
/* Tailwind (arbitrary) */
class="text-[#cdf9cc] bg-[#cdf9cc]"
/* SCSS */
$brand: #cdf9cc;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.800)
/* Android */
Color.parseColor("#cdf9cc")Accessibility — WCAG contrast
Aa
#cdf9cc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9cc on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue80.0%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow18.1%
Key (black)2.4%
Color previews
#cdf9cc text on a black background
contrast 18.02:1
Card sample
#cdf9cc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9cc;
Background color
Panel with #cdf9cc background
background-color: #cdf9cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9cc; background: linear-gradient(135deg, #cdf9cc, #CCF9E9);