#cdfb90
a light, electric green · cool · closest name: khaki
RGB
205, 251, 144
HSL
86°, 93%, 78%
CMYK
18, 0, 43, 2
Luminance
0.8399
Every format
| HEX | #cdfb90 |
| RGB | rgb(205, 251, 144) |
| HSL | hsl(86, 93%, 78%) |
| CMYK | cmyk(18%, 0%, 43%, 2%) |
| LAB | lab(93.4 -31.9 46.4) |
| LCH | lch(93.4 56.3 124.5) |
| OKLCH | oklch(0.932 0.143 127.9) |
Copy-ready code
/* CSS */
color: #cdfb90;
background-color: #cdfb90;
/* Tailwind (arbitrary) */
class="text-[#cdfb90] bg-[#cdfb90]"
/* SCSS */
$brand: #cdfb90;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.565)
/* Android */
Color.parseColor("#cdfb90")Accessibility — WCAG contrast
Aa
#cdfb90 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb90 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue56.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow42.6%
Key (black)1.6%
Color previews
#cdfb90 text on a black background
contrast 17.80:1
Card sample
#cdfb90 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb90;
Background color
Panel with #cdfb90 background
background-color: #cdfb90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb90; background: linear-gradient(135deg, #cdfb90, #90FB9B);