#061100
a deep, electric green · cool · closest name: black
RGB
6, 17, 0
HSL
99°, 100%, 3%
CMYK
65, 0, 100, 93
Luminance
0.0044
Every format
| HEX | #061100 |
| RGB | rgb(6, 17, 0) |
| HSL | hsl(99, 100%, 3%) |
| CMYK | cmyk(65%, 0%, 100%, 93%) |
| LAB | lab(4.0 -5.8 5.8) |
| LCH | lch(4.0 8.3 135.0) |
| OKLCH | oklch(0.160 0.045 132.4) |
Copy-ready code
/* CSS */
color: #061100;
background-color: #061100;
/* Tailwind (arbitrary) */
class="text-[#061100] bg-[#061100]"
/* SCSS */
$brand: #061100;
/* SwiftUI */
Color(red: 0.024, green: 0.067, blue: 0.000)
/* Android */
Color.parseColor("#061100")Accessibility — WCAG contrast
Aa
#061100 on white: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061100 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green6.7%
Blue0.0%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow100.0%
Key (black)93.3%
Color previews
#061100 text on a black background
contrast 1.09:1
Card sample
#061100 text on a white background
contrast 19.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061100;
Background color
Panel with #061100 background
background-color: #061100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 17, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 17, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061100; background: linear-gradient(135deg, #061100, #001105);