#259752
a dark, vivid green · cool · closest name: seagreen
RGB
37, 151, 82
HSL
144°, 61%, 37%
CMYK
76, 0, 46, 41
Luminance
0.2314
Every format
| HEX | #259752 |
| RGB | rgb(37, 151, 82) |
| HSL | hsl(144, 61%, 37%) |
| CMYK | cmyk(76%, 0%, 46%, 41%) |
| LAB | lab(55.2 -47.0 27.6) |
| LCH | lch(55.2 54.5 149.6) |
| OKLCH | oklch(0.598 0.144 151.8) |
Copy-ready code
/* CSS */
color: #259752;
background-color: #259752;
/* Tailwind (arbitrary) */
class="text-[#259752] bg-[#259752]"
/* SCSS */
$brand: #259752;
/* SwiftUI */
Color(red: 0.145, green: 0.592, blue: 0.322)
/* Android */
Color.parseColor("#259752")Accessibility — WCAG contrast
Aa
#259752 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#259752 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green59.2%
Blue32.2%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow45.7%
Key (black)40.8%
Color previews
#259752 text on a black background
contrast 5.63:1
Card sample
#259752 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #259752;
Background color
Panel with #259752 background
background-color: #259752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #259752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 151, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 151, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #259752; background: linear-gradient(135deg, #259752, #259097);