#23940c
a dark, electric green · cool · closest name: green
RGB
35, 148, 12
HSL
110°, 85%, 31%
CMYK
76, 0, 92, 42
Luminance
0.2156
Every format
| HEX | #23940c |
| RGB | rgb(35, 148, 12) |
| HSL | hsl(110, 85%, 31%) |
| CMYK | cmyk(76%, 0%, 92%, 42%) |
| LAB | lab(53.6 -53.6 53.9) |
| LCH | lch(53.6 76.1 134.8) |
| OKLCH | oklch(0.582 0.188 141.2) |
Copy-ready code
/* CSS */
color: #23940c;
background-color: #23940c;
/* Tailwind (arbitrary) */
class="text-[#23940c] bg-[#23940c]"
/* SCSS */
$brand: #23940c;
/* SwiftUI */
Color(red: 0.137, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#23940c")Accessibility — WCAG contrast
Aa
#23940c on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#23940c on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green58.0%
Blue4.7%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#23940c text on a black background
contrast 5.31:1
Card sample
#23940c text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23940c;
Background color
Panel with #23940c background
background-color: #23940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23940c; background: linear-gradient(135deg, #23940c, #0C9450);