#102717
a deep, soft green · cool · closest name: black
RGB
16, 39, 23
HSL
138°, 42%, 11%
CMYK
59, 0, 41, 85
Luminance
0.0162
Every format
| HEX | #102717 |
| RGB | rgb(16, 39, 23) |
| HSL | hsl(138, 42%, 11%) |
| CMYK | cmyk(59%, 0%, 41%, 85%) |
| LAB | lab(13.4 -13.7 7.8) |
| LCH | lch(13.4 15.8 150.2) |
| OKLCH | oklch(0.248 0.042 152.1) |
Copy-ready code
/* CSS */
color: #102717;
background-color: #102717;
/* Tailwind (arbitrary) */
class="text-[#102717] bg-[#102717]"
/* SCSS */
$brand: #102717;
/* SwiftUI */
Color(red: 0.063, green: 0.153, blue: 0.090)
/* Android */
Color.parseColor("#102717")Accessibility — WCAG contrast
Aa
#102717 on white: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102717 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green15.3%
Blue9.0%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow41.0%
Key (black)84.7%
Color previews
#102717 text on a black background
contrast 1.32:1
Card sample
#102717 text on a white background
contrast 15.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102717;
Background color
Panel with #102717 background
background-color: #102717;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102717;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 39, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 39, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102717; background: linear-gradient(135deg, #102717, #102726);