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