#d3fbaf
a light, electric green · cool · closest name: khaki
RGB
211, 251, 175
HSL
92°, 91%, 84%
CMYK
16, 0, 30, 2
Luminance
0.8594
Every format
| HEX | #d3fbaf |
| RGB | rgb(211, 251, 175) |
| HSL | hsl(92, 91%, 84%) |
| CMYK | cmyk(16%, 0%, 30%, 2%) |
| LAB | lab(94.3 -25.8 32.3) |
| LCH | lch(94.3 41.4 128.6) |
| OKLCH | oklch(0.942 0.107 130.8) |
Copy-ready code
/* CSS */
color: #d3fbaf;
background-color: #d3fbaf;
/* Tailwind (arbitrary) */
class="text-[#d3fbaf] bg-[#d3fbaf]"
/* SCSS */
$brand: #d3fbaf;
/* SwiftUI */
Color(red: 0.827, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#d3fbaf")Accessibility — WCAG contrast
Aa
#d3fbaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fbaf on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#d3fbaf text on a black background
contrast 18.19:1
Card sample
#d3fbaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fbaf;
Background color
Panel with #d3fbaf background
background-color: #d3fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fbaf; background: linear-gradient(135deg, #d3fbaf, #AFFBBE);