#cdfed0
a pale, electric green · cool · closest name: beige
RGB
205, 254, 208
HSL
124°, 96%, 90%
CMYK
19, 0, 18, 0
Luminance
0.8842
Every format
| HEX | #cdfed0 |
| RGB | rgb(205, 254, 208) |
| HSL | hsl(124, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 18%, 0%) |
| LAB | lab(95.3 -24.1 17.0) |
| LCH | lch(95.3 29.5 144.9) |
| OKLCH | oklch(0.951 0.079 146.5) |
Copy-ready code
/* CSS */
color: #cdfed0;
background-color: #cdfed0;
/* Tailwind (arbitrary) */
class="text-[#cdfed0] bg-[#cdfed0]"
/* SCSS */
$brand: #cdfed0;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.816)
/* Android */
Color.parseColor("#cdfed0")Accessibility — WCAG contrast
Aa
#cdfed0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfed0 on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue81.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow18.1%
Key (black)0.4%
Color previews
#cdfed0 text on a black background
contrast 18.68:1
Card sample
#cdfed0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfed0;
Background color
Panel with #cdfed0 background
background-color: #cdfed0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfed0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfed0; background: linear-gradient(135deg, #cdfed0, #CDFEF1);