#cdfed5
a pale, electric green · cool · closest name: beige
RGB
205, 254, 213
HSL
130°, 96%, 90%
CMYK
19, 0, 16, 0
Luminance
0.8867
Every format
| HEX | #cdfed5 |
| RGB | rgb(205, 254, 213) |
| HSL | hsl(130, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 16%, 0%) |
| LAB | lab(95.4 -23.2 14.6) |
| LCH | lch(95.4 27.4 148.0) |
| OKLCH | oklch(0.952 0.074 149.6) |
Copy-ready code
/* CSS */
color: #cdfed5;
background-color: #cdfed5;
/* Tailwind (arbitrary) */
class="text-[#cdfed5] bg-[#cdfed5]"
/* SCSS */
$brand: #cdfed5;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.835)
/* Android */
Color.parseColor("#cdfed5")Accessibility — WCAG contrast
Aa
#cdfed5 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfed5 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue83.5%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow16.1%
Key (black)0.4%
Color previews
#cdfed5 text on a black background
contrast 18.73:1
Card sample
#cdfed5 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfed5;
Background color
Panel with #cdfed5 background
background-color: #cdfed5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfed5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfed5; background: linear-gradient(135deg, #cdfed5, #CDFEF6);