#285b21
a deep, vivid green · cool · closest name: seagreen
RGB
40, 91, 33
HSL
113°, 47%, 24%
CMYK
56, 0, 64, 64
Luminance
0.0804
Every format
| HEX | #285b21 |
| RGB | rgb(40, 91, 33) |
| HSL | hsl(113, 47%, 24%) |
| CMYK | cmyk(56%, 0%, 64%, 64%) |
| LAB | lab(34.1 -29.9 27.8) |
| LCH | lch(34.1 40.8 137.1) |
| OKLCH | oklch(0.422 0.104 141.3) |
Copy-ready code
/* CSS */
color: #285b21;
background-color: #285b21;
/* Tailwind (arbitrary) */
class="text-[#285b21] bg-[#285b21]"
/* SCSS */
$brand: #285b21;
/* SwiftUI */
Color(red: 0.157, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#285b21")Accessibility — WCAG contrast
Aa
#285b21 on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#285b21 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green35.7%
Blue12.9%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow63.7%
Key (black)64.3%
Color previews
#285b21 text on a black background
contrast 2.61:1
Card sample
#285b21 text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285b21;
Background color
Panel with #285b21 background
background-color: #285b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285b21; background: linear-gradient(135deg, #285b21, #215B41);