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