#124607
a deep, electric green · cool · closest name: seagreen
RGB
18, 70, 7
HSL
110°, 82%, 15%
CMYK
74, 0, 90, 73
Luminance
0.0452
Every format
| HEX | #124607 |
| RGB | rgb(18, 70, 7) |
| HSL | hsl(110, 82%, 15%) |
| CMYK | cmyk(74%, 0%, 90%, 73%) |
| LAB | lab(25.3 -29.9 30.2) |
| LCH | lch(25.3 42.5 134.7) |
| OKLCH | oklch(0.346 0.106 140.7) |
Copy-ready code
/* CSS */
color: #124607;
background-color: #124607;
/* Tailwind (arbitrary) */
class="text-[#124607] bg-[#124607]"
/* SCSS */
$brand: #124607;
/* SwiftUI */
Color(red: 0.071, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#124607")Accessibility — WCAG contrast
Aa
#124607 on white: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124607 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green27.5%
Blue2.7%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#124607 text on a black background
contrast 1.90:1
Card sample
#124607 text on a white background
contrast 11.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124607;
Background color
Panel with #124607 background
background-color: #124607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124607; background: linear-gradient(135deg, #124607, #074626);