#438521
a dark, vivid green · cool · closest name: forestgreen
RGB
67, 133, 33
HSL
100°, 60%, 33%
CMYK
50, 0, 75, 48
Luminance
0.1808
Every format
| HEX | #438521 |
| RGB | rgb(67, 133, 33) |
| HSL | hsl(100, 60%, 33%) |
| CMYK | cmyk(50%, 0%, 75%, 48%) |
| LAB | lab(49.6 -39.2 44.7) |
| LCH | lch(49.6 59.5 131.3) |
| OKLCH | oklch(0.552 0.148 137.2) |
Copy-ready code
/* CSS */
color: #438521;
background-color: #438521;
/* Tailwind (arbitrary) */
class="text-[#438521] bg-[#438521]"
/* SCSS */
$brand: #438521;
/* SwiftUI */
Color(red: 0.263, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#438521")Accessibility — WCAG contrast
Aa
#438521 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#438521 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green52.2%
Blue12.9%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#438521 text on a black background
contrast 4.62:1
Card sample
#438521 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438521;
Background color
Panel with #438521 background
background-color: #438521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438521; background: linear-gradient(135deg, #438521, #218542);