#cdfebc
a pale, electric green · cool · closest name: aquamarine
RGB
205, 254, 188
HSL
105°, 97%, 87%
CMYK
19, 0, 26, 0
Luminance
0.8749
Every format
| HEX | #cdfebc |
| RGB | rgb(205, 254, 188) |
| HSL | hsl(105, 97%, 87%) |
| CMYK | cmyk(19%, 0%, 26%, 0%) |
| LAB | lab(95.0 -27.3 26.6) |
| LCH | lch(95.0 38.1 135.8) |
| OKLCH | oklch(0.947 0.100 137.8) |
Copy-ready code
/* CSS */
color: #cdfebc;
background-color: #cdfebc;
/* Tailwind (arbitrary) */
class="text-[#cdfebc] bg-[#cdfebc]"
/* SCSS */
$brand: #cdfebc;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#cdfebc")Accessibility — WCAG contrast
Aa
#cdfebc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfebc on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue73.7%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#cdfebc text on a black background
contrast 18.50:1
Card sample
#cdfebc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfebc;
Background color
Panel with #cdfebc background
background-color: #cdfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfebc; background: linear-gradient(135deg, #cdfebc, #BCFED7);