#256021
a dark, vivid green · cool · closest name: seagreen
RGB
37, 96, 33
HSL
116°, 49%, 25%
CMYK
62, 0, 66, 62
Luminance
0.0887
Every format
| HEX | #256021 |
| RGB | rgb(37, 96, 33) |
| HSL | hsl(116, 49%, 25%) |
| CMYK | cmyk(62%, 0%, 66%, 62%) |
| LAB | lab(35.7 -32.9 29.6) |
| LCH | lch(35.7 44.3 138.0) |
| OKLCH | oklch(0.435 0.113 142.3) |
Copy-ready code
/* CSS */
color: #256021;
background-color: #256021;
/* Tailwind (arbitrary) */
class="text-[#256021] bg-[#256021]"
/* SCSS */
$brand: #256021;
/* SwiftUI */
Color(red: 0.145, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#256021")Accessibility — WCAG contrast
Aa
#256021 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#256021 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green37.6%
Blue12.9%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#256021 text on a black background
contrast 2.77:1
Card sample
#256021 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #256021;
Background color
Panel with #256021 background
background-color: #256021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #256021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #256021; background: linear-gradient(135deg, #256021, #216047);