#256039
a dark, soft green · cool · closest name: seagreen
RGB
37, 96, 57
HSL
140°, 44%, 26%
CMYK
62, 0, 41, 62
Luminance
0.0905
Every format
| HEX | #256039 |
| RGB | rgb(37, 96, 57) |
| HSL | hsl(140, 44%, 26%) |
| CMYK | cmyk(62%, 0%, 41%, 62%) |
| LAB | lab(36.1 -29.0 16.7) |
| LCH | lch(36.1 33.5 150.1) |
| OKLCH | oklch(0.439 0.089 152.1) |
Copy-ready code
/* CSS */
color: #256039;
background-color: #256039;
/* Tailwind (arbitrary) */
class="text-[#256039] bg-[#256039]"
/* SCSS */
$brand: #256039;
/* SwiftUI */
Color(red: 0.145, green: 0.376, blue: 0.224)
/* Android */
Color.parseColor("#256039")Accessibility — WCAG contrast
Aa
#256039 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#256039 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green37.6%
Blue22.4%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow40.6%
Key (black)62.4%
Color previews
#256039 text on a black background
contrast 2.81:1
Card sample
#256039 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #256039;
Background color
Panel with #256039 background
background-color: #256039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #256039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 96, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 96, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #256039; background: linear-gradient(135deg, #256039, #256060);