#052e42
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 46, 66
HSL
200°, 86%, 14%
CMYK
92, 30, 0, 74
Luminance
0.0238
Every format
| HEX | #052e42 |
| RGB | rgb(5, 46, 66) |
| HSL | hsl(200, 86%, 14%) |
| CMYK | cmyk(92%, 30%, 0%, 74%) |
| LAB | lab(17.4 -5.3 -16.4) |
| LCH | lch(17.4 17.3 252.3) |
| OKLCH | oklch(0.285 0.056 235.5) |
Copy-ready code
/* CSS */
color: #052e42;
background-color: #052e42;
/* Tailwind (arbitrary) */
class="text-[#052e42] bg-[#052e42]"
/* SCSS */
$brand: #052e42;
/* SwiftUI */
Color(red: 0.020, green: 0.180, blue: 0.259)
/* Android */
Color.parseColor("#052e42")Accessibility — WCAG contrast
Aa
#052e42 on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052e42 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green18.0%
Blue25.9%
CMYK percentages
Cyan92.4%
Magenta30.3%
Yellow0.0%
Key (black)74.1%
Color previews
#052e42 text on a black background
contrast 1.48:1
Card sample
#052e42 text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052e42;
Background color
Panel with #052e42 background
background-color: #052e42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052e42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 46, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 46, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052e42; background: linear-gradient(135deg, #052e42, #050542);