#d3fcaf
a light, electric green · cool · closest name: khaki
RGB
211, 252, 175
HSL
92°, 93%, 84%
CMYK
16, 0, 31, 1
Luminance
0.8656
Every format
| HEX | #d3fcaf |
| RGB | rgb(211, 252, 175) |
| HSL | hsl(92, 93%, 84%) |
| CMYK | cmyk(16%, 0%, 31%, 1%) |
| LAB | lab(94.5 -26.3 32.7) |
| LCH | lch(94.5 41.9 128.8) |
| OKLCH | oklch(0.944 0.109 131.0) |
Copy-ready code
/* CSS */
color: #d3fcaf;
background-color: #d3fcaf;
/* Tailwind (arbitrary) */
class="text-[#d3fcaf] bg-[#d3fcaf]"
/* SCSS */
$brand: #d3fcaf;
/* SwiftUI */
Color(red: 0.827, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#d3fcaf")Accessibility — WCAG contrast
Aa
#d3fcaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fcaf on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.8%
Blue68.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#d3fcaf text on a black background
contrast 18.31:1
Card sample
#d3fcaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fcaf;
Background color
Panel with #d3fcaf background
background-color: #d3fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fcaf; background: linear-gradient(135deg, #d3fcaf, #AFFCBE);