#cdfdc8
a pale, electric green · cool · closest name: beige
RGB
205, 253, 200
HSL
114°, 93%, 89%
CMYK
19, 0, 21, 1
Luminance
0.8740
Every format
| HEX | #cdfdc8 |
| RGB | rgb(205, 253, 200) |
| HSL | hsl(114, 93%, 89%) |
| CMYK | cmyk(19%, 0%, 21%, 1%) |
| LAB | lab(94.9 -25.0 20.4) |
| LCH | lch(94.9 32.3 140.7) |
| OKLCH | oklch(0.947 0.086 142.4) |
Copy-ready code
/* CSS */
color: #cdfdc8;
background-color: #cdfdc8;
/* Tailwind (arbitrary) */
class="text-[#cdfdc8] bg-[#cdfdc8]"
/* SCSS */
$brand: #cdfdc8;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.784)
/* Android */
Color.parseColor("#cdfdc8")Accessibility — WCAG contrast
Aa
#cdfdc8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdc8 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue78.4%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow20.9%
Key (black)0.8%
Color previews
#cdfdc8 text on a black background
contrast 18.48:1
Card sample
#cdfdc8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdc8;
Background color
Panel with #cdfdc8 background
background-color: #cdfdc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdc8; background: linear-gradient(135deg, #cdfdc8, #C8FDE6);