#25a782
a dark, vivid cyan · cool · closest name: seagreen
RGB
37, 167, 130
HSL
163°, 64%, 40%
CMYK
78, 0, 22, 35
Luminance
0.2964
Every format
| HEX | #25a782 |
| RGB | rgb(37, 167, 130) |
| HSL | hsl(163, 64%, 40%) |
| CMYK | cmyk(78%, 0%, 22%, 35%) |
| LAB | lab(61.3 -43.0 9.5) |
| LCH | lch(61.3 44.1 167.6) |
| OKLCH | oklch(0.652 0.122 168.5) |
Copy-ready code
/* CSS */
color: #25a782;
background-color: #25a782;
/* Tailwind (arbitrary) */
class="text-[#25a782] bg-[#25a782]"
/* SCSS */
$brand: #25a782;
/* SwiftUI */
Color(red: 0.145, green: 0.655, blue: 0.510)
/* Android */
Color.parseColor("#25a782")Accessibility — WCAG contrast
Aa
#25a782 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#25a782 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green65.5%
Blue51.0%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow22.2%
Key (black)34.5%
Color previews
#25a782 text on a black background
contrast 6.93:1
Card sample
#25a782 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a782;
Background color
Panel with #25a782 background
background-color: #25a782;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a782;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 167, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 167, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a782; background: linear-gradient(135deg, #25a782, #2575A7);