#123721
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 33
HSL
144°, 51%, 14%
CMYK
67, 0, 40, 78
Luminance
0.0297
Every format
| HEX | #123721 |
| RGB | rgb(18, 55, 33) |
| HSL | hsl(144, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 40%, 78%) |
| LAB | lab(19.9 -19.4 9.9) |
| LCH | lch(19.9 21.8 152.8) |
| OKLCH | oklch(0.303 0.058 154.6) |
Copy-ready code
/* CSS */
color: #123721;
background-color: #123721;
/* Tailwind (arbitrary) */
class="text-[#123721] bg-[#123721]"
/* SCSS */
$brand: #123721;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#123721")Accessibility — WCAG contrast
Aa
#123721 on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123721 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue12.9%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#123721 text on a black background
contrast 1.59:1
Card sample
#123721 text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123721;
Background color
Panel with #123721 background
background-color: #123721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123721; background: linear-gradient(135deg, #123721, #123437);