#12330a
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 51, 10
HSL
108°, 67%, 12%
CMYK
65, 0, 80, 80
Luminance
0.0252
Every format
| HEX | #12330a |
| RGB | rgb(18, 51, 10) |
| HSL | hsl(108, 67%, 12%) |
| CMYK | cmyk(65%, 0%, 80%, 80%) |
| LAB | lab(18.0 -21.5 21.1) |
| LCH | lch(18.0 30.1 135.5) |
| OKLCH | oklch(0.286 0.077 140.0) |
Copy-ready code
/* CSS */
color: #12330a;
background-color: #12330a;
/* Tailwind (arbitrary) */
class="text-[#12330a] bg-[#12330a]"
/* SCSS */
$brand: #12330a;
/* SwiftUI */
Color(red: 0.071, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#12330a")Accessibility — WCAG contrast
Aa
#12330a on white: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12330a on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green20.0%
Blue3.9%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow80.4%
Key (black)80.0%
Color previews
#12330a text on a black background
contrast 1.50:1
Card sample
#12330a text on a white background
contrast 13.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12330a;
Background color
Panel with #12330a background
background-color: #12330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12330a; background: linear-gradient(135deg, #12330a, #0A331D);