#124613
a deep, vivid green · cool · closest name: seagreen
RGB
18, 70, 19
HSL
121°, 59%, 17%
CMYK
74, 0, 73, 73
Luminance
0.0456
Every format
| HEX | #124613 |
| RGB | rgb(18, 70, 19) |
| HSL | hsl(121, 59%, 17%) |
| CMYK | cmyk(74%, 0%, 73%, 73%) |
| LAB | lab(25.4 -28.8 25.0) |
| LCH | lch(25.4 38.1 139.0) |
| OKLCH | oklch(0.348 0.097 143.4) |
Copy-ready code
/* CSS */
color: #124613;
background-color: #124613;
/* Tailwind (arbitrary) */
class="text-[#124613] bg-[#124613]"
/* SCSS */
$brand: #124613;
/* SwiftUI */
Color(red: 0.071, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#124613")Accessibility — WCAG contrast
Aa
#124613 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124613 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green27.5%
Blue7.5%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow72.9%
Key (black)72.5%
Color previews
#124613 text on a black background
contrast 1.91:1
Card sample
#124613 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124613;
Background color
Panel with #124613 background
background-color: #124613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124613; background: linear-gradient(135deg, #124613, #124636);