#d5fbaf
a light, electric green · cool · closest name: khaki
RGB
213, 251, 175
HSL
90°, 91%, 84%
CMYK
15, 0, 30, 2
Luminance
0.8624
Every format
| HEX | #d5fbaf |
| RGB | rgb(213, 251, 175) |
| HSL | hsl(90, 91%, 84%) |
| CMYK | cmyk(15%, 0%, 30%, 2%) |
| LAB | lab(94.4 -25.1 32.5) |
| LCH | lch(94.4 41.1 127.6) |
| OKLCH | oklch(0.943 0.106 129.8) |
Copy-ready code
/* CSS */
color: #d5fbaf;
background-color: #d5fbaf;
/* Tailwind (arbitrary) */
class="text-[#d5fbaf] bg-[#d5fbaf]"
/* SCSS */
$brand: #d5fbaf;
/* SwiftUI */
Color(red: 0.835, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#d5fbaf")Accessibility — WCAG contrast
Aa
#d5fbaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5fbaf on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#d5fbaf text on a black background
contrast 18.25:1
Card sample
#d5fbaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5fbaf;
Background color
Panel with #d5fbaf background
background-color: #d5fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5fbaf; background: linear-gradient(135deg, #d5fbaf, #AFFBBC);