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