#237014
a dark, vivid green · cool · closest name: forestgreen
RGB
35, 112, 20
HSL
110°, 70%, 26%
CMYK
69, 0, 82, 56
Luminance
0.1200
Every format
| HEX | #237014 |
| RGB | rgb(35, 112, 20) |
| HSL | hsl(110, 70%, 26%) |
| CMYK | cmyk(69%, 0%, 82%, 56%) |
| LAB | lab(41.2 -40.9 40.8) |
| LCH | lch(41.2 57.8 135.1) |
| OKLCH | oklch(0.480 0.144 140.9) |
Copy-ready code
/* CSS */
color: #237014;
background-color: #237014;
/* Tailwind (arbitrary) */
class="text-[#237014] bg-[#237014]"
/* SCSS */
$brand: #237014;
/* SwiftUI */
Color(red: 0.137, green: 0.439, blue: 0.078)
/* Android */
Color.parseColor("#237014")Accessibility — WCAG contrast
Aa
#237014 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#237014 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green43.9%
Blue7.8%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow82.1%
Key (black)56.1%
Color previews
#237014 text on a black background
contrast 3.40:1
Card sample
#237014 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #237014;
Background color
Panel with #237014 background
background-color: #237014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #237014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 112, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 112, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #237014; background: linear-gradient(135deg, #237014, #147042);