#05332e
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 51, 46
HSL
174°, 82%, 11%
CMYK
90, 0, 10, 80
Luminance
0.0260
Every format
| HEX | #05332e |
| RGB | rgb(5, 51, 46) |
| HSL | hsl(174, 82%, 11%) |
| CMYK | cmyk(90%, 0%, 10%, 80%) |
| LAB | lab(18.4 -16.3 -1.1) |
| LCH | lch(18.4 16.4 184.0) |
| OKLCH | oklch(0.290 0.048 184.0) |
Copy-ready code
/* CSS */
color: #05332e;
background-color: #05332e;
/* Tailwind (arbitrary) */
class="text-[#05332e] bg-[#05332e]"
/* SCSS */
$brand: #05332e;
/* SwiftUI */
Color(red: 0.020, green: 0.200, blue: 0.180)
/* Android */
Color.parseColor("#05332e")Accessibility — WCAG contrast
Aa
#05332e on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05332e on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green20.0%
Blue18.0%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow9.8%
Key (black)80.0%
Color previews
#05332e text on a black background
contrast 1.52:1
Card sample
#05332e text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05332e;
Background color
Panel with #05332e background
background-color: #05332e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05332e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 51, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 51, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05332e; background: linear-gradient(135deg, #05332e, #051933);