#122607
a deep, vivid green · cool · closest name: black
RGB
18, 38, 7
HSL
99°, 69%, 9%
CMYK
53, 0, 82, 85
Luminance
0.0153
Every format
| HEX | #122607 |
| RGB | rgb(18, 38, 7) |
| HSL | hsl(99, 69%, 9%) |
| CMYK | cmyk(53%, 0%, 82%, 85%) |
| LAB | lab(12.8 -15.3 15.7) |
| LCH | lch(12.8 21.9 134.2) |
| OKLCH | oklch(0.243 0.059 136.1) |
Copy-ready code
/* CSS */
color: #122607;
background-color: #122607;
/* Tailwind (arbitrary) */
class="text-[#122607] bg-[#122607]"
/* SCSS */
$brand: #122607;
/* SwiftUI */
Color(red: 0.071, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#122607")Accessibility — WCAG contrast
Aa
#122607 on white: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122607 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green14.9%
Blue2.7%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#122607 text on a black background
contrast 1.31:1
Card sample
#122607 text on a white background
contrast 16.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122607;
Background color
Panel with #122607 background
background-color: #122607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122607; background: linear-gradient(135deg, #122607, #072611);