#124206
a deep, electric green · cool · closest name: seagreen
RGB
18, 66, 6
HSL
108°, 83%, 14%
CMYK
73, 0, 91, 74
Luminance
0.0404
Every format
| HEX | #124206 |
| RGB | rgb(18, 66, 6) |
| HSL | hsl(108, 83%, 14%) |
| CMYK | cmyk(73%, 0%, 91%, 74%) |
| LAB | lab(23.8 -28.4 29.1) |
| LCH | lch(23.8 40.6 134.3) |
| OKLCH | oklch(0.334 0.101 140.3) |
Copy-ready code
/* CSS */
color: #124206;
background-color: #124206;
/* Tailwind (arbitrary) */
class="text-[#124206] bg-[#124206]"
/* SCSS */
$brand: #124206;
/* SwiftUI */
Color(red: 0.071, green: 0.259, blue: 0.024)
/* Android */
Color.parseColor("#124206")Accessibility — WCAG contrast
Aa
#124206 on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124206 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green25.9%
Blue2.4%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow90.9%
Key (black)74.1%
Color previews
#124206 text on a black background
contrast 1.81:1
Card sample
#124206 text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124206;
Background color
Panel with #124206 background
background-color: #124206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 66, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 66, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124206; background: linear-gradient(135deg, #124206, #064222);