#cdfabf
a pale, electric green · cool · closest name: beige
RGB
205, 250, 191
HSL
106°, 86%, 87%
CMYK
18, 0, 24, 2
Luminance
0.8511
Every format
| HEX | #cdfabf |
| RGB | rgb(205, 250, 191) |
| HSL | hsl(106, 86%, 87%) |
| CMYK | cmyk(18%, 0%, 24%, 2%) |
| LAB | lab(93.9 -25.0 23.7) |
| LCH | lch(93.9 34.4 136.5) |
| OKLCH | oklch(0.939 0.091 138.3) |
Copy-ready code
/* CSS */
color: #cdfabf;
background-color: #cdfabf;
/* Tailwind (arbitrary) */
class="text-[#cdfabf] bg-[#cdfabf]"
/* SCSS */
$brand: #cdfabf;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#cdfabf")Accessibility — WCAG contrast
Aa
#cdfabf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfabf on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue74.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#cdfabf text on a black background
contrast 18.02:1
Card sample
#cdfabf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfabf;
Background color
Panel with #cdfabf background
background-color: #cdfabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfabf; background: linear-gradient(135deg, #cdfabf, #BFFAD8);