#123716
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 22
HSL
127°, 51%, 14%
CMYK
67, 0, 60, 78
Luminance
0.0292
Every format
| HEX | #123716 |
| RGB | rgb(18, 55, 22) |
| HSL | hsl(127, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 60%, 78%) |
| LAB | lab(19.7 -21.7 16.7) |
| LCH | lch(19.7 27.4 142.4) |
| OKLCH | oklch(0.301 0.071 145.5) |
Copy-ready code
/* CSS */
color: #123716;
background-color: #123716;
/* Tailwind (arbitrary) */
class="text-[#123716] bg-[#123716]"
/* SCSS */
$brand: #123716;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.086)
/* Android */
Color.parseColor("#123716")Accessibility — WCAG contrast
Aa
#123716 on white: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123716 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue8.6%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow60.0%
Key (black)78.4%
Color previews
#123716 text on a black background
contrast 1.58:1
Card sample
#123716 text on a white background
contrast 13.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123716;
Background color
Panel with #123716 background
background-color: #123716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123716; background: linear-gradient(135deg, #123716, #12372F);