#256721
a dark, vivid green · cool · closest name: seagreen
RGB
37, 103, 33
HSL
117°, 52%, 27%
CMYK
64, 0, 68, 60
Luminance
0.1020
Every format
| HEX | #256721 |
| RGB | rgb(37, 103, 33) |
| HSL | hsl(117, 52%, 27%) |
| CMYK | cmyk(64%, 0%, 68%, 60%) |
| LAB | lab(38.2 -35.8 32.4) |
| LCH | lch(38.2 48.3 137.9) |
| OKLCH | oklch(0.455 0.123 142.4) |
Copy-ready code
/* CSS */
color: #256721;
background-color: #256721;
/* Tailwind (arbitrary) */
class="text-[#256721] bg-[#256721]"
/* SCSS */
$brand: #256721;
/* SwiftUI */
Color(red: 0.145, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#256721")Accessibility — WCAG contrast
Aa
#256721 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#256721 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green40.4%
Blue12.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#256721 text on a black background
contrast 3.04:1
Card sample
#256721 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #256721;
Background color
Panel with #256721 background
background-color: #256721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #256721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #256721; background: linear-gradient(135deg, #256721, #21674C);