#05536f
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 83, 111
HSL
196°, 91%, 23%
CMYK
96, 25, 0, 57
Luminance
0.0737
Every format
| HEX | #05536f |
| RGB | rgb(5, 83, 111) |
| HSL | hsl(196, 91%, 23%) |
| CMYK | cmyk(96%, 25%, 0%, 57%) |
| LAB | lab(32.6 -10.2 -22.0) |
| LCH | lch(32.6 24.3 245.1) |
| OKLCH | oklch(0.415 0.081 230.2) |
Copy-ready code
/* CSS */
color: #05536f;
background-color: #05536f;
/* Tailwind (arbitrary) */
class="text-[#05536f] bg-[#05536f]"
/* SCSS */
$brand: #05536f;
/* SwiftUI */
Color(red: 0.020, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#05536f")Accessibility — WCAG contrast
Aa
#05536f on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05536f on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green32.5%
Blue43.5%
CMYK percentages
Cyan95.5%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#05536f text on a black background
contrast 2.47:1
Card sample
#05536f text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05536f;
Background color
Panel with #05536f background
background-color: #05536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05536f; background: linear-gradient(135deg, #05536f, #050C6F);