#051a12
a deep, vivid green · cool · closest name: black
RGB
5, 26, 18
HSL
157°, 68%, 6%
CMYK
81, 0, 31, 90
Luminance
0.0081
Every format
| HEX | #051a12 |
| RGB | rgb(5, 26, 18) |
| HSL | hsl(157, 68%, 6%) |
| CMYK | cmyk(81%, 0%, 31%, 90%) |
| LAB | lab(7.4 -9.6 2.7) |
| LCH | lch(7.4 9.9 164.4) |
| OKLCH | oklch(0.197 0.032 166.1) |
Copy-ready code
/* CSS */
color: #051a12;
background-color: #051a12;
/* Tailwind (arbitrary) */
class="text-[#051a12] bg-[#051a12]"
/* SCSS */
$brand: #051a12;
/* SwiftUI */
Color(red: 0.020, green: 0.102, blue: 0.071)
/* Android */
Color.parseColor("#051a12")Accessibility — WCAG contrast
Aa
#051a12 on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051a12 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green10.2%
Blue7.1%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow30.8%
Key (black)89.8%
Color previews
#051a12 text on a black background
contrast 1.16:1
Card sample
#051a12 text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051a12;
Background color
Panel with #051a12 background
background-color: #051a12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051a12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 26, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 26, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051a12; background: linear-gradient(135deg, #051a12, #05141A);