#d0fbaf
a light, electric green · cool · closest name: khaki
RGB
208, 251, 175
HSL
94°, 91%, 84%
CMYK
17, 0, 30, 2
Luminance
0.8550
Every format
| HEX | #d0fbaf |
| RGB | rgb(208, 251, 175) |
| HSL | hsl(94, 91%, 84%) |
| CMYK | cmyk(17%, 0%, 30%, 2%) |
| LAB | lab(94.1 -26.8 32.0) |
| LCH | lch(94.1 41.8 129.9) |
| OKLCH | oklch(0.940 0.108 132.2) |
Copy-ready code
/* CSS */
color: #d0fbaf;
background-color: #d0fbaf;
/* Tailwind (arbitrary) */
class="text-[#d0fbaf] bg-[#d0fbaf]"
/* SCSS */
$brand: #d0fbaf;
/* SwiftUI */
Color(red: 0.816, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#d0fbaf")Accessibility — WCAG contrast
Aa
#d0fbaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fbaf on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.4%
Blue68.6%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#d0fbaf text on a black background
contrast 18.10:1
Card sample
#d0fbaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fbaf;
Background color
Panel with #d0fbaf background
background-color: #d0fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fbaf; background: linear-gradient(135deg, #d0fbaf, #AFFBC0);