#cdfdba
a pale, electric green · cool · closest name: aquamarine
RGB
205, 253, 186
HSL
103°, 94%, 86%
CMYK
19, 0, 27, 1
Luminance
0.8677
Every format
| HEX | #cdfdba |
| RGB | rgb(205, 253, 186) |
| HSL | hsl(103, 94%, 86%) |
| CMYK | cmyk(19%, 0%, 27%, 1%) |
| LAB | lab(94.6 -27.2 27.2) |
| LCH | lch(94.6 38.5 135.0) |
| OKLCH | oklch(0.944 0.101 137.0) |
Copy-ready code
/* CSS */
color: #cdfdba;
background-color: #cdfdba;
/* Tailwind (arbitrary) */
class="text-[#cdfdba] bg-[#cdfdba]"
/* SCSS */
$brand: #cdfdba;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#cdfdba")Accessibility — WCAG contrast
Aa
#cdfdba on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdba on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue72.9%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#cdfdba text on a black background
contrast 18.35:1
Card sample
#cdfdba text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdba;
Background color
Panel with #cdfdba background
background-color: #cdfdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdba; background: linear-gradient(135deg, #cdfdba, #BAFDD4);