#123724
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 36
HSL
149°, 51%, 14%
CMYK
67, 0, 35, 78
Luminance
0.0299
Every format
| HEX | #123724 |
| RGB | rgb(18, 55, 36) |
| HSL | hsl(149, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 35%, 78%) |
| LAB | lab(20.0 -18.7 8.1) |
| LCH | lch(20.0 20.3 156.6) |
| OKLCH | oklch(0.304 0.055 158.1) |
Copy-ready code
/* CSS */
color: #123724;
background-color: #123724;
/* Tailwind (arbitrary) */
class="text-[#123724] bg-[#123724]"
/* SCSS */
$brand: #123724;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.141)
/* Android */
Color.parseColor("#123724")Accessibility — WCAG contrast
Aa
#123724 on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123724 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue14.1%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow34.5%
Key (black)78.4%
Color previews
#123724 text on a black background
contrast 1.60:1
Card sample
#123724 text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123724;
Background color
Panel with #123724 background
background-color: #123724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123724; background: linear-gradient(135deg, #123724, #123137);