#25ffae
a balanced, electric green · cool · closest name: aquamarine
RGB
37, 255, 174
HSL
158°, 100%, 57%
CMYK
86, 0, 32, 0
Luminance
0.7497
Every format
| HEX | #25ffae |
| RGB | rgb(37, 255, 174) |
| HSL | hsl(158, 100%, 57%) |
| CMYK | cmyk(86%, 0%, 32%, 0%) |
| LAB | lab(89.4 -67.0 25.2) |
| LCH | lch(89.4 71.5 159.4) |
| OKLCH | oklch(0.885 0.193 160.7) |
Copy-ready code
/* CSS */
color: #25ffae;
background-color: #25ffae;
/* Tailwind (arbitrary) */
class="text-[#25ffae] bg-[#25ffae]"
/* SCSS */
$brand: #25ffae;
/* SwiftUI */
Color(red: 0.145, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#25ffae")Accessibility — WCAG contrast
Aa
#25ffae on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25ffae on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green100.0%
Blue68.2%
CMYK percentages
Cyan85.5%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#25ffae text on a black background
contrast 15.99:1
Card sample
#25ffae text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25ffae;
Background color
Panel with #25ffae background
background-color: #25ffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25ffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25ffae; background: linear-gradient(135deg, #25ffae, #25BFFF);