#053829
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 56, 41
HSL
162°, 84%, 12%
CMYK
91, 0, 27, 78
Luminance
0.0302
Every format
| HEX | #053829 |
| RGB | rgb(5, 56, 41) |
| HSL | hsl(162, 84%, 12%) |
| CMYK | cmyk(91%, 0%, 27%, 78%) |
| LAB | lab(20.1 -20.6 4.8) |
| LCH | lch(20.1 21.1 166.8) |
| OKLCH | oklch(0.304 0.058 167.8) |
Copy-ready code
/* CSS */
color: #053829;
background-color: #053829;
/* Tailwind (arbitrary) */
class="text-[#053829] bg-[#053829]"
/* SCSS */
$brand: #053829;
/* SwiftUI */
Color(red: 0.020, green: 0.220, blue: 0.161)
/* Android */
Color.parseColor("#053829")Accessibility — WCAG contrast
Aa
#053829 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053829 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green22.0%
Blue16.1%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow26.8%
Key (black)78.0%
Color previews
#053829 text on a black background
contrast 1.60:1
Card sample
#053829 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053829;
Background color
Panel with #053829 background
background-color: #053829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 56, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 56, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053829; background: linear-gradient(135deg, #053829, #052538);