#cdffb9
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 185
HSL
103°, 100%, 86%
CMYK
20, 0, 28, 0
Luminance
0.8800
Every format
| HEX | #cdffb9 |
| RGB | rgb(205, 255, 185) |
| HSL | hsl(103, 100%, 86%) |
| CMYK | cmyk(20%, 0%, 28%, 0%) |
| LAB | lab(95.2 -28.3 28.4) |
| LCH | lch(95.2 40.1 134.8) |
| OKLCH | oklch(0.948 0.105 136.9) |
Copy-ready code
/* CSS */
color: #cdffb9;
background-color: #cdffb9;
/* Tailwind (arbitrary) */
class="text-[#cdffb9] bg-[#cdffb9]"
/* SCSS */
$brand: #cdffb9;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.725)
/* Android */
Color.parseColor("#cdffb9")Accessibility — WCAG contrast
Aa
#cdffb9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffb9 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue72.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow27.5%
Key (black)0.0%
Color previews
#cdffb9 text on a black background
contrast 18.60:1
Card sample
#cdffb9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffb9;
Background color
Panel with #cdffb9 background
background-color: #cdffb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffb9; background: linear-gradient(135deg, #cdffb9, #B9FFD4);