#adf794
a light, electric green · cool · closest name: aquamarine
RGB
173, 247, 148
HSL
105°, 86%, 78%
CMYK
30, 0, 40, 3
Luminance
0.7754
Every format
| HEX | #adf794 |
| RGB | rgb(173, 247, 148) |
| HSL | hsl(105, 86%, 78%) |
| CMYK | cmyk(30%, 0%, 40%, 3%) |
| LAB | lab(90.6 -40.6 40.5) |
| LCH | lch(90.6 57.3 135.1) |
| OKLCH | oklch(0.905 0.149 138.1) |
Copy-ready code
/* CSS */
color: #adf794;
background-color: #adf794;
/* Tailwind (arbitrary) */
class="text-[#adf794] bg-[#adf794]"
/* SCSS */
$brand: #adf794;
/* SwiftUI */
Color(red: 0.678, green: 0.969, blue: 0.580)
/* Android */
Color.parseColor("#adf794")Accessibility — WCAG contrast
Aa
#adf794 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf794 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.9%
Blue58.0%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow40.1%
Key (black)3.1%
Color previews
#adf794 text on a black background
contrast 16.51:1
Card sample
#adf794 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf794;
Background color
Panel with #adf794 background
background-color: #adf794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 247, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 247, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf794; background: linear-gradient(135deg, #adf794, #94F7BD);