#121b14
a deep, soft green · cool · closest name: black
RGB
18, 27, 20
HSL
133°, 20%, 9%
CMYK
33, 0, 26, 89
Luminance
0.0096
Every format
| HEX | #121b14 |
| RGB | rgb(18, 27, 20) |
| HSL | hsl(133, 20%, 9%) |
| CMYK | cmyk(33%, 0%, 26%, 89%) |
| LAB | lab(8.7 -6.0 3.4) |
| LCH | lch(8.7 6.9 150.2) |
| OKLCH | oklch(0.211 0.019 151.3) |
Copy-ready code
/* CSS */
color: #121b14;
background-color: #121b14;
/* Tailwind (arbitrary) */
class="text-[#121b14] bg-[#121b14]"
/* SCSS */
$brand: #121b14;
/* SwiftUI */
Color(red: 0.071, green: 0.106, blue: 0.078)
/* Android */
Color.parseColor("#121b14")Accessibility — WCAG contrast
Aa
#121b14 on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#121b14 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green10.6%
Blue7.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow25.9%
Key (black)89.4%
Color previews
#121b14 text on a black background
contrast 1.19:1
Card sample
#121b14 text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #121b14;
Background color
Panel with #121b14 background
background-color: #121b14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #121b14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 27, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 27, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #121b14; background: linear-gradient(135deg, #121b14, #121B1A);