#25a79a
a dark, vivid cyan · cool · closest name: teal
RGB
37, 167, 154
HSL
174°, 64%, 40%
CMYK
78, 0, 8, 35
Luminance
0.3036
Every format
| HEX | #25a79a |
| RGB | rgb(37, 167, 154) |
| HSL | hsl(174, 64%, 40%) |
| CMYK | cmyk(78%, 0%, 8%, 35%) |
| LAB | lab(62.0 -36.6 -3.0) |
| LCH | lch(62.0 36.8 184.7) |
| OKLCH | oklch(0.659 0.108 184.7) |
Copy-ready code
/* CSS */
color: #25a79a;
background-color: #25a79a;
/* Tailwind (arbitrary) */
class="text-[#25a79a] bg-[#25a79a]"
/* SCSS */
$brand: #25a79a;
/* SwiftUI */
Color(red: 0.145, green: 0.655, blue: 0.604)
/* Android */
Color.parseColor("#25a79a")Accessibility — WCAG contrast
Aa
#25a79a on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25a79a on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green65.5%
Blue60.4%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow7.8%
Key (black)34.5%
Color previews
#25a79a text on a black background
contrast 7.07:1
Card sample
#25a79a text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a79a;
Background color
Panel with #25a79a background
background-color: #25a79a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a79a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 167, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 167, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a79a; background: linear-gradient(135deg, #25a79a, #255DA7);