#124b13
a deep, vivid green · cool · closest name: seagreen
RGB
18, 75, 19
HSL
121°, 61%, 18%
CMYK
76, 0, 75, 71
Luminance
0.0521
Every format
| HEX | #124b13 |
| RGB | rgb(18, 75, 19) |
| HSL | hsl(121, 61%, 18%) |
| CMYK | cmyk(76%, 0%, 75%, 71%) |
| LAB | lab(27.3 -30.8 27.1) |
| LCH | lch(27.3 41.0 138.7) |
| OKLCH | oklch(0.363 0.104 143.3) |
Copy-ready code
/* CSS */
color: #124b13;
background-color: #124b13;
/* Tailwind (arbitrary) */
class="text-[#124b13] bg-[#124b13]"
/* SCSS */
$brand: #124b13;
/* SwiftUI */
Color(red: 0.071, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#124b13")Accessibility — WCAG contrast
Aa
#124b13 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124b13 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green29.4%
Blue7.5%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow74.7%
Key (black)70.6%
Color previews
#124b13 text on a black background
contrast 2.04:1
Card sample
#124b13 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124b13;
Background color
Panel with #124b13 background
background-color: #124b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124b13; background: linear-gradient(135deg, #124b13, #124B39);