#cdffbe
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 190
HSL
106°, 100%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8822
Every format
| HEX | #cdffbe |
| RGB | rgb(205, 255, 190) |
| HSL | hsl(106, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(95.3 -27.5 26.0) |
| LCH | lch(95.3 37.9 136.6) |
| OKLCH | oklch(0.949 0.100 138.5) |
Copy-ready code
/* CSS */
color: #cdffbe;
background-color: #cdffbe;
/* Tailwind (arbitrary) */
class="text-[#cdffbe] bg-[#cdffbe]"
/* SCSS */
$brand: #cdffbe;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#cdffbe")Accessibility — WCAG contrast
Aa
#cdffbe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffbe on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue74.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#cdffbe text on a black background
contrast 18.64:1
Card sample
#cdffbe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffbe;
Background color
Panel with #cdffbe background
background-color: #cdffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffbe; background: linear-gradient(135deg, #cdffbe, #BEFFDB);