#051305
a deep, vivid green · cool · closest name: black
RGB
5, 19, 5
HSL
120°, 58%, 5%
CMYK
74, 0, 74, 93
Luminance
0.0051
Every format
| HEX | #051305 |
| RGB | rgb(5, 19, 5) |
| HSL | hsl(120, 58%, 5%) |
| CMYK | cmyk(74%, 0%, 74%, 93%) |
| LAB | lab(4.6 -6.6 4.7) |
| LCH | lch(4.6 8.1 144.4) |
| OKLCH | oklch(0.168 0.037 143.7) |
Copy-ready code
/* CSS */
color: #051305;
background-color: #051305;
/* Tailwind (arbitrary) */
class="text-[#051305] bg-[#051305]"
/* SCSS */
$brand: #051305;
/* SwiftUI */
Color(red: 0.020, green: 0.075, blue: 0.020)
/* Android */
Color.parseColor("#051305")Accessibility — WCAG contrast
Aa
#051305 on white: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051305 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.5%
Blue2.0%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow73.7%
Key (black)92.5%
Color previews
#051305 text on a black background
contrast 1.10:1
Card sample
#051305 text on a white background
contrast 19.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051305;
Background color
Panel with #051305 background
background-color: #051305;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051305;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 19, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 19, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051305; background: linear-gradient(135deg, #051305, #05130E);