#d6fcaf
a light, electric green · cool · closest name: khaki
RGB
214, 252, 175
HSL
90°, 93%, 84%
CMYK
15, 0, 31, 1
Luminance
0.8701
Every format
| HEX | #d6fcaf |
| RGB | rgb(214, 252, 175) |
| HSL | hsl(90, 93%, 84%) |
| CMYK | cmyk(15%, 0%, 31%, 1%) |
| LAB | lab(94.7 -25.2 33.0) |
| LCH | lch(94.7 41.5 127.4) |
| OKLCH | oklch(0.946 0.107 129.6) |
Copy-ready code
/* CSS */
color: #d6fcaf;
background-color: #d6fcaf;
/* Tailwind (arbitrary) */
class="text-[#d6fcaf] bg-[#d6fcaf]"
/* SCSS */
$brand: #d6fcaf;
/* SwiftUI */
Color(red: 0.839, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#d6fcaf")Accessibility — WCAG contrast
Aa
#d6fcaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6fcaf on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green98.8%
Blue68.6%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#d6fcaf text on a black background
contrast 18.40:1
Card sample
#d6fcaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6fcaf;
Background color
Panel with #d6fcaf background
background-color: #d6fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6fcaf; background: linear-gradient(135deg, #d6fcaf, #AFFCBB);