#05333d
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 51, 61
HSL
191°, 85%, 13%
CMYK
92, 16, 0, 76
Luminance
0.0274
Every format
| HEX | #05333d |
| RGB | rgb(5, 51, 61) |
| HSL | hsl(191, 85%, 13%) |
| CMYK | cmyk(92%, 16%, 0%, 76%) |
| LAB | lab(19.0 -10.6 -10.5) |
| LCH | lch(19.0 15.0 224.8) |
| OKLCH | oklch(0.297 0.050 216.5) |
Copy-ready code
/* CSS */
color: #05333d;
background-color: #05333d;
/* Tailwind (arbitrary) */
class="text-[#05333d] bg-[#05333d]"
/* SCSS */
$brand: #05333d;
/* SwiftUI */
Color(red: 0.020, green: 0.200, blue: 0.239)
/* Android */
Color.parseColor("#05333d")Accessibility — WCAG contrast
Aa
#05333d on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05333d on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green20.0%
Blue23.9%
CMYK percentages
Cyan91.8%
Magenta16.4%
Yellow0.0%
Key (black)76.1%
Color previews
#05333d text on a black background
contrast 1.55:1
Card sample
#05333d text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05333d;
Background color
Panel with #05333d background
background-color: #05333d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05333d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 51, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 51, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05333d; background: linear-gradient(135deg, #05333d, #050E3D);