#25ee8a
a balanced, electric green · cool · closest name: aquamarine
RGB
37, 238, 138
HSL
150°, 86%, 54%
CMYK
85, 0, 42, 7
Luminance
0.6338
Every format
| HEX | #25ee8a |
| RGB | rgb(37, 238, 138) |
| HSL | hsl(150, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 42%, 7%) |
| LAB | lab(83.6 -68.0 35.6) |
| LCH | lch(83.6 76.7 152.4) |
| OKLCH | oklch(0.836 0.203 154.2) |
Copy-ready code
/* CSS */
color: #25ee8a;
background-color: #25ee8a;
/* Tailwind (arbitrary) */
class="text-[#25ee8a] bg-[#25ee8a]"
/* SCSS */
$brand: #25ee8a;
/* SwiftUI */
Color(red: 0.145, green: 0.933, blue: 0.541)
/* Android */
Color.parseColor("#25ee8a")Accessibility — WCAG contrast
Aa
#25ee8a on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25ee8a on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green93.3%
Blue54.1%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow42.0%
Key (black)6.7%
Color previews
#25ee8a text on a black background
contrast 13.68:1
Card sample
#25ee8a text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25ee8a;
Background color
Panel with #25ee8a background
background-color: #25ee8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25ee8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 238, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 238, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25ee8a; background: linear-gradient(135deg, #25ee8a, #25CCEE);