#102607
a deep, vivid green · cool · closest name: black
RGB
16, 38, 7
HSL
103°, 69%, 9%
CMYK
58, 0, 82, 85
Luminance
0.0151
Every format
| HEX | #102607 |
| RGB | rgb(16, 38, 7) |
| HSL | hsl(103, 69%, 9%) |
| CMYK | cmyk(58%, 0%, 82%, 85%) |
| LAB | lab(12.7 -16.1 15.5) |
| LCH | lch(12.7 22.4 136.1) |
| OKLCH | oklch(0.242 0.060 137.7) |
Copy-ready code
/* CSS */
color: #102607;
background-color: #102607;
/* Tailwind (arbitrary) */
class="text-[#102607] bg-[#102607]"
/* SCSS */
$brand: #102607;
/* SwiftUI */
Color(red: 0.063, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#102607")Accessibility — WCAG contrast
Aa
#102607 on white: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102607 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green14.9%
Blue2.7%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#102607 text on a black background
contrast 1.30:1
Card sample
#102607 text on a white background
contrast 16.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102607;
Background color
Panel with #102607 background
background-color: #102607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102607; background: linear-gradient(135deg, #102607, #072613);