#111b03
a deep, electric green · cool · closest name: black
RGB
17, 27, 3
HSL
85°, 80%, 6%
CMYK
37, 0, 89, 89
Luminance
0.0091
Every format
| HEX | #111b03 |
| RGB | rgb(17, 27, 3) |
| HSL | hsl(85, 80%, 6%) |
| CMYK | cmyk(37%, 0%, 89%, 89%) |
| LAB | lab(8.2 -9.2 10.9) |
| LCH | lch(8.2 14.3 130.2) |
| OKLCH | oklch(0.205 0.046 128.0) |
Copy-ready code
/* CSS */
color: #111b03;
background-color: #111b03;
/* Tailwind (arbitrary) */
class="text-[#111b03] bg-[#111b03]"
/* SCSS */
$brand: #111b03;
/* SwiftUI */
Color(red: 0.067, green: 0.106, blue: 0.012)
/* Android */
Color.parseColor("#111b03")Accessibility — WCAG contrast
Aa
#111b03 on white: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111b03 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green10.6%
Blue1.2%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow88.9%
Key (black)89.4%
Color previews
#111b03 text on a black background
contrast 1.18:1
Card sample
#111b03 text on a white background
contrast 17.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111b03;
Background color
Panel with #111b03 background
background-color: #111b03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111b03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 27, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 27, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111b03; background: linear-gradient(135deg, #111b03, #031B05);