#005362
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 83, 98
HSL
189°, 100%, 19%
CMYK
100, 15, 0, 62
Luminance
0.0707
Every format
| HEX | #005362 |
| RGB | rgb(0, 83, 98) |
| HSL | hsl(189, 100%, 19%) |
| CMYK | cmyk(100%, 15%, 0%, 62%) |
| LAB | lab(32.0 -15.7 -14.9) |
| LCH | lch(32.0 21.6 223.4) |
| OKLCH | oklch(0.407 0.072 215.3) |
Copy-ready code
/* CSS */
color: #005362;
background-color: #005362;
/* Tailwind (arbitrary) */
class="text-[#005362] bg-[#005362]"
/* SCSS */
$brand: #005362;
/* SwiftUI */
Color(red: 0.000, green: 0.325, blue: 0.384)
/* Android */
Color.parseColor("#005362")Accessibility — WCAG contrast
Aa
#005362 on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005362 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.5%
Blue38.4%
CMYK percentages
Cyan100.0%
Magenta15.3%
Yellow0.0%
Key (black)61.6%
Color previews
#005362 text on a black background
contrast 2.41:1
Card sample
#005362 text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005362;
Background color
Panel with #005362 background
background-color: #005362;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005362;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 83, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 83, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005362; background: linear-gradient(135deg, #005362, #001262);