#051f0a
a deep, vivid green · cool · closest name: black
RGB
5, 31, 10
HSL
132°, 72%, 7%
CMYK
84, 0, 68, 88
Luminance
0.0103
Every format
| HEX | #051f0a |
| RGB | rgb(5, 31, 10) |
| HSL | hsl(132, 72%, 7%) |
| CMYK | cmyk(84%, 0%, 68%, 88%) |
| LAB | lab(9.3 -15.1 9.5) |
| LCH | lch(9.3 17.8 147.9) |
| OKLCH | oklch(0.212 0.052 147.7) |
Copy-ready code
/* CSS */
color: #051f0a;
background-color: #051f0a;
/* Tailwind (arbitrary) */
class="text-[#051f0a] bg-[#051f0a]"
/* SCSS */
$brand: #051f0a;
/* SwiftUI */
Color(red: 0.020, green: 0.122, blue: 0.039)
/* Android */
Color.parseColor("#051f0a")Accessibility — WCAG contrast
Aa
#051f0a on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051f0a on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green12.2%
Blue3.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow67.7%
Key (black)87.8%
Color previews
#051f0a text on a black background
contrast 1.21:1
Card sample
#051f0a text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051f0a;
Background color
Panel with #051f0a background
background-color: #051f0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051f0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 31, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 31, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051f0a; background: linear-gradient(135deg, #051f0a, #051F1B);