#25a794
a dark, vivid cyan · cool · closest name: teal
RGB
37, 167, 148
HSL
171°, 64%, 40%
CMYK
78, 0, 11, 35
Luminance
0.3017
Every format
| HEX | #25a794 |
| RGB | rgb(37, 167, 148) |
| HSL | hsl(171, 64%, 40%) |
| CMYK | cmyk(78%, 0%, 11%, 35%) |
| LAB | lab(61.8 -38.3 0.1) |
| LCH | lch(61.8 38.3 179.9) |
| OKLCH | oklch(0.657 0.111 180.2) |
Copy-ready code
/* CSS */
color: #25a794;
background-color: #25a794;
/* Tailwind (arbitrary) */
class="text-[#25a794] bg-[#25a794]"
/* SCSS */
$brand: #25a794;
/* SwiftUI */
Color(red: 0.145, green: 0.655, blue: 0.580)
/* Android */
Color.parseColor("#25a794")Accessibility — WCAG contrast
Aa
#25a794 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25a794 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green65.5%
Blue58.0%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow11.4%
Key (black)34.5%
Color previews
#25a794 text on a black background
contrast 7.03:1
Card sample
#25a794 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a794;
Background color
Panel with #25a794 background
background-color: #25a794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 167, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 167, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a794; background: linear-gradient(135deg, #25a794, #2563A7);