#006901
a deep, electric green · cool · closest name: green
RGB
0, 105, 1
HSL
121°, 100%, 21%
CMYK
100, 0, 99, 59
Luminance
0.1011
Every format
| HEX | #006901 |
| RGB | rgb(0, 105, 1) |
| HSL | hsl(121, 100%, 21%) |
| CMYK | cmyk(100%, 0%, 99%, 59%) |
| LAB | lab(38.0 -44.8 43.0) |
| LCH | lch(38.0 62.1 136.2) |
| OKLCH | oklch(0.451 0.153 142.6) |
Copy-ready code
/* CSS */
color: #006901;
background-color: #006901;
/* Tailwind (arbitrary) */
class="text-[#006901] bg-[#006901]"
/* SCSS */
$brand: #006901;
/* SwiftUI */
Color(red: 0.000, green: 0.412, blue: 0.004)
/* Android */
Color.parseColor("#006901")Accessibility — WCAG contrast
Aa
#006901 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006901 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green41.2%
Blue0.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow99.0%
Key (black)58.8%
Color previews
#006901 text on a black background
contrast 3.02:1
Card sample
#006901 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006901;
Background color
Panel with #006901 background
background-color: #006901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 105, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 105, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006901; background: linear-gradient(135deg, #006901, #006947);