#054738
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 71, 56
HSL
166°, 87%, 15%
CMYK
93, 0, 21, 72
Luminance
0.0482
Every format
| HEX | #054738 |
| RGB | rgb(5, 71, 56) |
| HSL | hsl(166, 87%, 15%) |
| CMYK | cmyk(93%, 0%, 21%, 72%) |
| LAB | lab(26.2 -23.5 3.6) |
| LCH | lch(26.2 23.8 171.3) |
| OKLCH | oklch(0.356 0.066 172.1) |
Copy-ready code
/* CSS */
color: #054738;
background-color: #054738;
/* Tailwind (arbitrary) */
class="text-[#054738] bg-[#054738]"
/* SCSS */
$brand: #054738;
/* SwiftUI */
Color(red: 0.020, green: 0.278, blue: 0.220)
/* Android */
Color.parseColor("#054738")Accessibility — WCAG contrast
Aa
#054738 on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#054738 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green27.8%
Blue22.0%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow21.1%
Key (black)72.2%
Color previews
#054738 text on a black background
contrast 1.96:1
Card sample
#054738 text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #054738;
Background color
Panel with #054738 background
background-color: #054738;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #054738;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 71, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 71, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #054738; background: linear-gradient(135deg, #054738, #052A47);