#101708
a deep, vivid green · cool · closest name: black
RGB
16, 23, 8
HSL
88°, 48%, 6%
CMYK
30, 0, 65, 91
Luminance
0.0074
Every format
| HEX | #101708 |
| RGB | rgb(16, 23, 8) |
| HSL | hsl(88, 48%, 6%) |
| CMYK | cmyk(30%, 0%, 65%, 91%) |
| LAB | lab(6.7 -5.7 6.6) |
| LCH | lch(6.7 8.8 130.8) |
| OKLCH | oklch(0.193 0.030 129.2) |
Copy-ready code
/* CSS */
color: #101708;
background-color: #101708;
/* Tailwind (arbitrary) */
class="text-[#101708] bg-[#101708]"
/* SCSS */
$brand: #101708;
/* SwiftUI */
Color(red: 0.063, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#101708")Accessibility — WCAG contrast
Aa
#101708 on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#101708 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green9.0%
Blue3.1%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow65.2%
Key (black)91.0%
Color previews
#101708 text on a black background
contrast 1.15:1
Card sample
#101708 text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #101708;
Background color
Panel with #101708 background
background-color: #101708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #101708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #101708; background: linear-gradient(135deg, #101708, #08170A);