#102713
a deep, soft green · cool · closest name: black
RGB
16, 39, 19
HSL
128°, 42%, 11%
CMYK
59, 0, 51, 85
Luminance
0.0161
Every format
| HEX | #102713 |
| RGB | rgb(16, 39, 19) |
| HSL | hsl(128, 42%, 11%) |
| CMYK | cmyk(59%, 0%, 51%, 85%) |
| LAB | lab(13.3 -14.6 10.4) |
| LCH | lch(13.3 18.0 144.5) |
| OKLCH | oklch(0.247 0.047 146.8) |
Copy-ready code
/* CSS */
color: #102713;
background-color: #102713;
/* Tailwind (arbitrary) */
class="text-[#102713] bg-[#102713]"
/* SCSS */
$brand: #102713;
/* SwiftUI */
Color(red: 0.063, green: 0.153, blue: 0.075)
/* Android */
Color.parseColor("#102713")Accessibility — WCAG contrast
Aa
#102713 on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102713 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green15.3%
Blue7.5%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow51.3%
Key (black)84.7%
Color previews
#102713 text on a black background
contrast 1.32:1
Card sample
#102713 text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102713;
Background color
Panel with #102713 background
background-color: #102713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 39, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 39, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102713; background: linear-gradient(135deg, #102713, #102722);