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