#257025
a dark, vivid green · cool · closest name: seagreen
RGB
37, 112, 37
HSL
120°, 50%, 29%
CMYK
67, 0, 67, 56
Luminance
0.1212
Every format
| HEX | #257025 |
| RGB | rgb(37, 112, 37) |
| HSL | hsl(120, 50%, 29%) |
| CMYK | cmyk(67%, 0%, 67%, 56%) |
| LAB | lab(41.4 -38.9 34.0) |
| LCH | lch(41.4 51.7 138.8) |
| OKLCH | oklch(0.482 0.132 143.2) |
Copy-ready code
/* CSS */
color: #257025;
background-color: #257025;
/* Tailwind (arbitrary) */
class="text-[#257025] bg-[#257025]"
/* SCSS */
$brand: #257025;
/* SwiftUI */
Color(red: 0.145, green: 0.439, blue: 0.145)
/* Android */
Color.parseColor("#257025")Accessibility — WCAG contrast
Aa
#257025 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#257025 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green43.9%
Blue14.5%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow67.0%
Key (black)56.1%
Color previews
#257025 text on a black background
contrast 3.42:1
Card sample
#257025 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #257025;
Background color
Panel with #257025 background
background-color: #257025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #257025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 112, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 112, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #257025; background: linear-gradient(135deg, #257025, #257057);