#124708
a deep, electric green · cool · closest name: seagreen
RGB
18, 71, 8
HSL
111°, 80%, 16%
CMYK
75, 0, 89, 72
Luminance
0.0465
Every format
| HEX | #124708 |
| RGB | rgb(18, 71, 8) |
| HSL | hsl(111, 80%, 16%) |
| CMYK | cmyk(75%, 0%, 89%, 72%) |
| LAB | lab(25.7 -30.2 30.1) |
| LCH | lch(25.7 42.7 135.1) |
| OKLCH | oklch(0.350 0.106 141.0) |
Copy-ready code
/* CSS */
color: #124708;
background-color: #124708;
/* Tailwind (arbitrary) */
class="text-[#124708] bg-[#124708]"
/* SCSS */
$brand: #124708;
/* SwiftUI */
Color(red: 0.071, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#124708")Accessibility — WCAG contrast
Aa
#124708 on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124708 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green27.8%
Blue3.1%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#124708 text on a black background
contrast 1.93:1
Card sample
#124708 text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124708;
Background color
Panel with #124708 background
background-color: #124708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124708; background: linear-gradient(135deg, #124708, #084728);