#25a78d
a dark, vivid cyan · cool · closest name: seagreen
RGB
37, 167, 141
HSL
168°, 64%, 40%
CMYK
78, 0, 16, 35
Luminance
0.2995
Every format
| HEX | #25a78d |
| RGB | rgb(37, 167, 141) |
| HSL | hsl(168, 64%, 40%) |
| CMYK | cmyk(78%, 0%, 16%, 35%) |
| LAB | lab(61.6 -40.2 3.7) |
| LCH | lch(61.6 40.4 174.7) |
| OKLCH | oklch(0.655 0.115 175.3) |
Copy-ready code
/* CSS */
color: #25a78d;
background-color: #25a78d;
/* Tailwind (arbitrary) */
class="text-[#25a78d] bg-[#25a78d]"
/* SCSS */
$brand: #25a78d;
/* SwiftUI */
Color(red: 0.145, green: 0.655, blue: 0.553)
/* Android */
Color.parseColor("#25a78d")Accessibility — WCAG contrast
Aa
#25a78d on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#25a78d on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green65.5%
Blue55.3%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow15.6%
Key (black)34.5%
Color previews
#25a78d text on a black background
contrast 6.99:1
Card sample
#25a78d text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a78d;
Background color
Panel with #25a78d background
background-color: #25a78d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a78d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 167, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 167, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a78d; background: linear-gradient(135deg, #25a78d, #256AA7);