#121908
a deep, vivid green · cool · closest name: black
RGB
18, 25, 8
HSL
85°, 52%, 7%
CMYK
28, 0, 68, 90
Luminance
0.0084
Every format
| HEX | #121908 |
| RGB | rgb(18, 25, 8) |
| HSL | hsl(85, 52%, 7%) |
| CMYK | cmyk(28%, 0%, 68%, 90%) |
| LAB | lab(7.6 -6.5 8.0) |
| LCH | lch(7.6 10.3 129.2) |
| OKLCH | oklch(0.201 0.033 127.4) |
Copy-ready code
/* CSS */
color: #121908;
background-color: #121908;
/* Tailwind (arbitrary) */
class="text-[#121908] bg-[#121908]"
/* SCSS */
$brand: #121908;
/* SwiftUI */
Color(red: 0.071, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#121908")Accessibility — WCAG contrast
Aa
#121908 on white: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#121908 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#121908 text on a black background
contrast 1.17:1
Card sample
#121908 text on a white background
contrast 17.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #121908;
Background color
Panel with #121908 background
background-color: #121908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #121908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #121908; background: linear-gradient(135deg, #121908, #081909);