#112503
a deep, electric green · cool · closest name: black
RGB
17, 37, 3
HSL
95°, 85%, 8%
CMYK
54, 0, 92, 86
Luminance
0.0145
Every format
| HEX | #112503 |
| RGB | rgb(17, 37, 3) |
| HSL | hsl(95, 85%, 8%) |
| CMYK | cmyk(54%, 0%, 92%, 86%) |
| LAB | lab(12.3 -15.8 16.6) |
| LCH | lch(12.3 22.9 133.5) |
| OKLCH | oklch(0.238 0.063 134.5) |
Copy-ready code
/* CSS */
color: #112503;
background-color: #112503;
/* Tailwind (arbitrary) */
class="text-[#112503] bg-[#112503]"
/* SCSS */
$brand: #112503;
/* SwiftUI */
Color(red: 0.067, green: 0.145, blue: 0.012)
/* Android */
Color.parseColor("#112503")Accessibility — WCAG contrast
Aa
#112503 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112503 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.5%
Blue1.2%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow91.9%
Key (black)85.5%
Color previews
#112503 text on a black background
contrast 1.29:1
Card sample
#112503 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112503;
Background color
Panel with #112503 background
background-color: #112503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 37, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 37, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112503; background: linear-gradient(135deg, #112503, #03250C);