#005642
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 86, 66
HSL
166°, 100%, 17%
CMYK
100, 0, 23, 66
Luminance
0.0705
Every format
| HEX | #005642 |
| RGB | rgb(0, 86, 66) |
| HSL | hsl(166, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 23%, 66%) |
| LAB | lab(31.9 -28.2 5.3) |
| LCH | lch(31.9 28.7 169.3) |
| OKLCH | oklch(0.403 0.080 170.2) |
Copy-ready code
/* CSS */
color: #005642;
background-color: #005642;
/* Tailwind (arbitrary) */
class="text-[#005642] bg-[#005642]"
/* SCSS */
$brand: #005642;
/* SwiftUI */
Color(red: 0.000, green: 0.337, blue: 0.259)
/* Android */
Color.parseColor("#005642")Accessibility — WCAG contrast
Aa
#005642 on white: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005642 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.7%
Blue25.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow23.3%
Key (black)66.3%
Color previews
#005642 text on a black background
contrast 2.41:1
Card sample
#005642 text on a white background
contrast 8.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005642;
Background color
Panel with #005642 background
background-color: #005642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 86, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 86, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005642; background: linear-gradient(135deg, #005642, #003156);