#adf368
a light, electric green · cool · closest name: khaki
RGB
173, 243, 104
HSL
90°, 85%, 68%
CMYK
29, 0, 57, 5
Luminance
0.7398
Every format
| HEX | #adf368 |
| RGB | rgb(173, 243, 104) |
| HSL | hsl(90, 85%, 68%) |
| CMYK | cmyk(29%, 0%, 57%, 5%) |
| LAB | lab(88.9 -43.9 59.0) |
| LCH | lch(88.9 73.5 126.6) |
| OKLCH | oklch(0.889 0.185 131.6) |
Copy-ready code
/* CSS */
color: #adf368;
background-color: #adf368;
/* Tailwind (arbitrary) */
class="text-[#adf368] bg-[#adf368]"
/* SCSS */
$brand: #adf368;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.408)
/* Android */
Color.parseColor("#adf368")Accessibility — WCAG contrast
Aa
#adf368 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf368 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue40.8%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow57.2%
Key (black)4.7%
Color previews
#adf368 text on a black background
contrast 15.80:1
Card sample
#adf368 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf368;
Background color
Panel with #adf368 background
background-color: #adf368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf368; background: linear-gradient(135deg, #adf368, #68F37F);