#adf185
a light, electric green · cool · closest name: khaki
RGB
173, 241, 133
HSL
98°, 79%, 73%
CMYK
28, 0, 45, 6
Luminance
0.7349
Every format
| HEX | #adf185 |
| RGB | rgb(173, 241, 133) |
| HSL | hsl(98, 79%, 73%) |
| CMYK | cmyk(28%, 0%, 45%, 6%) |
| LAB | lab(88.7 -39.9 45.4) |
| LCH | lch(88.7 60.4 131.3) |
| OKLCH | oklch(0.889 0.155 134.9) |
Copy-ready code
/* CSS */
color: #adf185;
background-color: #adf185;
/* Tailwind (arbitrary) */
class="text-[#adf185] bg-[#adf185]"
/* SCSS */
$brand: #adf185;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.522)
/* Android */
Color.parseColor("#adf185")Accessibility — WCAG contrast
Aa
#adf185 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf185 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue52.2%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow44.8%
Key (black)5.5%
Color previews
#adf185 text on a black background
contrast 15.70:1
Card sample
#adf185 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf185;
Background color
Panel with #adf185 background
background-color: #adf185;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf185;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf185; background: linear-gradient(135deg, #adf185, #85F1A5);