#050a05
a deep, soft green · cool · closest name: black
RGB
5, 10, 5
HSL
120°, 33%, 3%
CMYK
50, 0, 50, 96
Luminance
0.0026
Every format
| HEX | #050a05 |
| RGB | rgb(5, 10, 5) |
| HSL | hsl(120, 33%, 3%) |
| CMYK | cmyk(50%, 0%, 50%, 96%) |
| LAB | lab(2.4 -2.0 1.4) |
| LCH | lch(2.4 2.5 144.4) |
| OKLCH | oklch(0.136 0.016 144.6) |
Copy-ready code
/* CSS */
color: #050a05;
background-color: #050a05;
/* Tailwind (arbitrary) */
class="text-[#050a05] bg-[#050a05]"
/* SCSS */
$brand: #050a05;
/* SwiftUI */
Color(red: 0.020, green: 0.039, blue: 0.020)
/* Android */
Color.parseColor("#050a05")Accessibility — WCAG contrast
Aa
#050a05 on white: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050a05 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green3.9%
Blue2.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow50.0%
Key (black)96.1%
Color previews
#050a05 text on a black background
contrast 1.05:1
Card sample
#050a05 text on a white background
contrast 19.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050a05;
Background color
Panel with #050a05 background
background-color: #050a05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050a05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 10, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 10, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050a05; background: linear-gradient(135deg, #050a05, #050A08);