#237213
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 114, 19
HSL
110°, 71%, 26%
CMYK
69, 0, 83, 55
Luminance
0.1244
Every format
| HEX | #237213 |
| RGB | rgb(35, 114, 19) |
| HSL | hsl(110, 71%, 26%) |
| CMYK | cmyk(69%, 0%, 83%, 55%) |
| LAB | lab(41.9 -41.7 41.8) |
| LCH | lch(41.9 59.1 134.9) |
| OKLCH | oklch(0.485 0.147 140.8) |
Copy-ready code
/* CSS */
color: #237213;
background-color: #237213;
/* Tailwind (arbitrary) */
class="text-[#237213] bg-[#237213]"
/* SCSS */
$brand: #237213;
/* SwiftUI */
Color(red: 0.137, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#237213")Accessibility — WCAG contrast
Aa
#237213 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#237213 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green44.7%
Blue7.5%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#237213 text on a black background
contrast 3.49:1
Card sample
#237213 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #237213;
Background color
Panel with #237213 background
background-color: #237213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #237213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #237213; background: linear-gradient(135deg, #237213, #137242);