#adf98e
a light, electric green · cool · closest name: khaki
RGB
173, 249, 142
HSL
103°, 90%, 77%
CMYK
31, 0, 43, 2
Luminance
0.7859
Every format
| HEX | #adf98e |
| RGB | rgb(173, 249, 142) |
| HSL | hsl(103, 90%, 77%) |
| CMYK | cmyk(31%, 0%, 43%, 2%) |
| LAB | lab(91.0 -42.3 44.0) |
| LCH | lch(91.0 61.0 133.9) |
| OKLCH | oklch(0.908 0.158 137.2) |
Copy-ready code
/* CSS */
color: #adf98e;
background-color: #adf98e;
/* Tailwind (arbitrary) */
class="text-[#adf98e] bg-[#adf98e]"
/* SCSS */
$brand: #adf98e;
/* SwiftUI */
Color(red: 0.678, green: 0.976, blue: 0.557)
/* Android */
Color.parseColor("#adf98e")Accessibility — WCAG contrast
Aa
#adf98e on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf98e on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.6%
Blue55.7%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow43.0%
Key (black)2.4%
Color previews
#adf98e text on a black background
contrast 16.72:1
Card sample
#adf98e text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf98e;
Background color
Panel with #adf98e background
background-color: #adf98e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf98e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 249, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 249, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf98e; background: linear-gradient(135deg, #adf98e, #8EF9B6);