#053842
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 56, 66
HSL
190°, 86%, 14%
CMYK
92, 15, 0, 74
Luminance
0.0325
Every format
| HEX | #053842 |
| RGB | rgb(5, 56, 66) |
| HSL | hsl(190, 86%, 14%) |
| CMYK | cmyk(92%, 15%, 0%, 74%) |
| LAB | lab(21.0 -11.7 -10.8) |
| LCH | lch(21.0 15.9 222.5) |
| OKLCH | oklch(0.315 0.053 214.9) |
Copy-ready code
/* CSS */
color: #053842;
background-color: #053842;
/* Tailwind (arbitrary) */
class="text-[#053842] bg-[#053842]"
/* SCSS */
$brand: #053842;
/* SwiftUI */
Color(red: 0.020, green: 0.220, blue: 0.259)
/* Android */
Color.parseColor("#053842")Accessibility — WCAG contrast
Aa
#053842 on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053842 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green22.0%
Blue25.9%
CMYK percentages
Cyan92.4%
Magenta15.2%
Yellow0.0%
Key (black)74.1%
Color previews
#053842 text on a black background
contrast 1.65:1
Card sample
#053842 text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053842;
Background color
Panel with #053842 background
background-color: #053842;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053842;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 56, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 56, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053842; background: linear-gradient(135deg, #053842, #050F42);