#438528
a dark, vivid green · cool · closest name: forestgreen
RGB
67, 133, 40
HSL
103°, 54%, 34%
CMYK
50, 0, 70, 48
Luminance
0.1812
Every format
| HEX | #438528 |
| RGB | rgb(67, 133, 40) |
| HSL | hsl(103, 54%, 34%) |
| CMYK | cmyk(50%, 0%, 70%, 48%) |
| LAB | lab(49.6 -38.6 41.9) |
| LCH | lch(49.6 57.0 132.7) |
| OKLCH | oklch(0.553 0.143 138.1) |
Copy-ready code
/* CSS */
color: #438528;
background-color: #438528;
/* Tailwind (arbitrary) */
class="text-[#438528] bg-[#438528]"
/* SCSS */
$brand: #438528;
/* SwiftUI */
Color(red: 0.263, green: 0.522, blue: 0.157)
/* Android */
Color.parseColor("#438528")Accessibility — WCAG contrast
Aa
#438528 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#438528 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green52.2%
Blue15.7%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow69.9%
Key (black)47.8%
Color previews
#438528 text on a black background
contrast 4.62:1
Card sample
#438528 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438528;
Background color
Panel with #438528 background
background-color: #438528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 133, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 133, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438528; background: linear-gradient(135deg, #438528, #28854B);