#124621
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 70, 33
HSL
137°, 59%, 17%
CMYK
74, 0, 53, 73
Luminance
0.0462
Every format
| HEX | #124621 |
| RGB | rgb(18, 70, 33) |
| HSL | hsl(137, 59%, 17%) |
| CMYK | cmyk(74%, 0%, 53%, 73%) |
| LAB | lab(25.6 -26.6 17.4) |
| LCH | lch(25.6 31.8 146.8) |
| OKLCH | oklch(0.350 0.083 149.3) |
Copy-ready code
/* CSS */
color: #124621;
background-color: #124621;
/* Tailwind (arbitrary) */
class="text-[#124621] bg-[#124621]"
/* SCSS */
$brand: #124621;
/* SwiftUI */
Color(red: 0.071, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#124621")Accessibility — WCAG contrast
Aa
#124621 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124621 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green27.5%
Blue12.9%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#124621 text on a black background
contrast 1.92:1
Card sample
#124621 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124621;
Background color
Panel with #124621 background
background-color: #124621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124621; background: linear-gradient(135deg, #124621, #124644);