#005675
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 86, 117
HSL
196°, 100%, 23%
CMYK
100, 27, 0, 54
Luminance
0.0794
Every format
| HEX | #005675 |
| RGB | rgb(0, 86, 117) |
| HSL | hsl(196, 100%, 23%) |
| CMYK | cmyk(100%, 27%, 0%, 54%) |
| LAB | lab(33.9 -10.0 -23.8) |
| LCH | lch(33.9 25.9 247.2) |
| OKLCH | oklch(0.425 0.086 231.4) |
Copy-ready code
/* CSS */
color: #005675;
background-color: #005675;
/* Tailwind (arbitrary) */
class="text-[#005675] bg-[#005675]"
/* SCSS */
$brand: #005675;
/* SwiftUI */
Color(red: 0.000, green: 0.337, blue: 0.459)
/* Android */
Color.parseColor("#005675")Accessibility — WCAG contrast
Aa
#005675 on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005675 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.7%
Blue45.9%
CMYK percentages
Cyan100.0%
Magenta26.5%
Yellow0.0%
Key (black)54.1%
Color previews
#005675 text on a black background
contrast 2.59:1
Card sample
#005675 text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005675;
Background color
Panel with #005675 background
background-color: #005675;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005675;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 86, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 86, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005675; background: linear-gradient(135deg, #005675, #000875);