#25fbaf
a balanced, electric green · cool · closest name: aquamarine
RGB
37, 251, 175
HSL
159°, 96%, 57%
CMYK
85, 0, 30, 2
Luminance
0.7248
Every format
| HEX | #25fbaf |
| RGB | rgb(37, 251, 175) |
| HSL | hsl(159, 96%, 57%) |
| CMYK | cmyk(85%, 0%, 30%, 2%) |
| LAB | lab(88.2 -65.3 23.1) |
| LCH | lch(88.2 69.3 160.6) |
| OKLCH | oklch(0.876 0.187 161.8) |
Copy-ready code
/* CSS */
color: #25fbaf;
background-color: #25fbaf;
/* Tailwind (arbitrary) */
class="text-[#25fbaf] bg-[#25fbaf]"
/* SCSS */
$brand: #25fbaf;
/* SwiftUI */
Color(red: 0.145, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#25fbaf")Accessibility — WCAG contrast
Aa
#25fbaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25fbaf on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan85.3%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#25fbaf text on a black background
contrast 15.50:1
Card sample
#25fbaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25fbaf;
Background color
Panel with #25fbaf background
background-color: #25fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25fbaf; background: linear-gradient(135deg, #25fbaf, #25B8FB);