#101607
a deep, vivid green · cool · closest name: black
RGB
16, 22, 7
HSL
84°, 52%, 6%
CMYK
27, 0, 68, 91
Luminance
0.0070
Every format
| HEX | #101607 |
| RGB | rgb(16, 22, 7) |
| HSL | hsl(84, 52%, 6%) |
| CMYK | cmyk(27%, 0%, 68%, 91%) |
| LAB | lab(6.3 -5.2 6.5) |
| LCH | lch(6.3 8.3 128.4) |
| OKLCH | oklch(0.189 0.030 126.6) |
Copy-ready code
/* CSS */
color: #101607;
background-color: #101607;
/* Tailwind (arbitrary) */
class="text-[#101607] bg-[#101607]"
/* SCSS */
$brand: #101607;
/* SwiftUI */
Color(red: 0.063, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#101607")Accessibility — WCAG contrast
Aa
#101607 on white: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#101607 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green8.6%
Blue2.7%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow68.2%
Key (black)91.4%
Color previews
#101607 text on a black background
contrast 1.14:1
Card sample
#101607 text on a white background
contrast 18.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #101607;
Background color
Panel with #101607 background
background-color: #101607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #101607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #101607; background: linear-gradient(135deg, #101607, #071608);