#052938
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 41, 56
HSL
198°, 84%, 12%
CMYK
91, 27, 0, 78
Luminance
0.0190
Every format
| HEX | #052938 |
| RGB | rgb(5, 41, 56) |
| HSL | hsl(198, 84%, 12%) |
| CMYK | cmyk(91%, 27%, 0%, 78%) |
| LAB | lab(15.0 -6.2 -13.2) |
| LCH | lch(15.0 14.6 244.9) |
| OKLCH | oklch(0.264 0.048 230.6) |
Copy-ready code
/* CSS */
color: #052938;
background-color: #052938;
/* Tailwind (arbitrary) */
class="text-[#052938] bg-[#052938]"
/* SCSS */
$brand: #052938;
/* SwiftUI */
Color(red: 0.020, green: 0.161, blue: 0.220)
/* Android */
Color.parseColor("#052938")Accessibility — WCAG contrast
Aa
#052938 on white: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052938 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green16.1%
Blue22.0%
CMYK percentages
Cyan91.1%
Magenta26.8%
Yellow0.0%
Key (black)78.0%
Color previews
#052938 text on a black background
contrast 1.38:1
Card sample
#052938 text on a white background
contrast 15.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052938;
Background color
Panel with #052938 background
background-color: #052938;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052938;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 41, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 41, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052938; background: linear-gradient(135deg, #052938, #050738);