#248621
a dark, vivid green · cool · closest name: forestgreen
RGB
36, 134, 33
HSL
118°, 61%, 33%
CMYK
73, 0, 75, 48
Luminance
0.1754
Every format
| HEX | #248621 |
| RGB | rgb(36, 134, 33) |
| HSL | hsl(118, 61%, 33%) |
| CMYK | cmyk(73%, 0%, 75%, 48%) |
| LAB | lab(48.9 -47.6 43.7) |
| LCH | lch(48.9 64.6 137.4) |
| OKLCH | oklch(0.544 0.163 142.6) |
Copy-ready code
/* CSS */
color: #248621;
background-color: #248621;
/* Tailwind (arbitrary) */
class="text-[#248621] bg-[#248621]"
/* SCSS */
$brand: #248621;
/* SwiftUI */
Color(red: 0.141, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#248621")Accessibility — WCAG contrast
Aa
#248621 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#248621 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green52.5%
Blue12.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#248621 text on a black background
contrast 4.51:1
Card sample
#248621 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #248621;
Background color
Panel with #248621 background
background-color: #248621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #248621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #248621; background: linear-gradient(135deg, #248621, #218661);