#25ee9b
a balanced, electric green · cool · closest name: aquamarine
RGB
37, 238, 155
HSL
155°, 86%, 54%
CMYK
85, 0, 35, 7
Luminance
0.6391
Every format
| HEX | #25ee9b |
| RGB | rgb(37, 238, 155) |
| HSL | hsl(155, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 35%, 7%) |
| LAB | lab(83.9 -64.8 27.4) |
| LCH | lch(83.9 70.3 157.1) |
| OKLCH | oklch(0.839 0.188 158.5) |
Copy-ready code
/* CSS */
color: #25ee9b;
background-color: #25ee9b;
/* Tailwind (arbitrary) */
class="text-[#25ee9b] bg-[#25ee9b]"
/* SCSS */
$brand: #25ee9b;
/* SwiftUI */
Color(red: 0.145, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#25ee9b")Accessibility — WCAG contrast
Aa
#25ee9b on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25ee9b on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green93.3%
Blue60.8%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#25ee9b text on a black background
contrast 13.78:1
Card sample
#25ee9b text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25ee9b;
Background color
Panel with #25ee9b background
background-color: #25ee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25ee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25ee9b; background: linear-gradient(135deg, #25ee9b, #25BBEE);