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