#124231
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 66, 49
HSL
159°, 57%, 17%
CMYK
73, 0, 26, 74
Luminance
0.0425
Every format
| HEX | #124231 |
| RGB | rgb(18, 66, 49) |
| HSL | hsl(159, 57%, 17%) |
| CMYK | cmyk(73%, 0%, 26%, 74%) |
| LAB | lab(24.5 -20.9 5.7) |
| LCH | lch(24.5 21.7 164.7) |
| OKLCH | oklch(0.342 0.060 165.8) |
Copy-ready code
/* CSS */
color: #124231;
background-color: #124231;
/* Tailwind (arbitrary) */
class="text-[#124231] bg-[#124231]"
/* SCSS */
$brand: #124231;
/* SwiftUI */
Color(red: 0.071, green: 0.259, blue: 0.192)
/* Android */
Color.parseColor("#124231")Accessibility — WCAG contrast
Aa
#124231 on white: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124231 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green25.9%
Blue19.2%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow25.8%
Key (black)74.1%
Color previews
#124231 text on a black background
contrast 1.85:1
Card sample
#124231 text on a white background
contrast 11.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124231;
Background color
Panel with #124231 background
background-color: #124231;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124231;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 66, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 66, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124231; background: linear-gradient(135deg, #124231, #123342);