#08403c
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 64, 60
HSL
176°, 78%, 14%
CMYK
88, 0, 6, 75
Luminance
0.0404
Every format
| HEX | #08403c |
| RGB | rgb(8, 64, 60) |
| HSL | hsl(176, 78%, 14%) |
| CMYK | cmyk(88%, 0%, 6%, 75%) |
| LAB | lab(23.8 -18.1 -2.5) |
| LCH | lch(23.8 18.3 188.0) |
| OKLCH | oklch(0.337 0.055 187.5) |
Copy-ready code
/* CSS */
color: #08403c;
background-color: #08403c;
/* Tailwind (arbitrary) */
class="text-[#08403c] bg-[#08403c]"
/* SCSS */
$brand: #08403c;
/* SwiftUI */
Color(red: 0.031, green: 0.251, blue: 0.235)
/* Android */
Color.parseColor("#08403c")Accessibility — WCAG contrast
Aa
#08403c on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08403c on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.1%
Blue23.5%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow6.2%
Key (black)74.9%
Color previews
#08403c text on a black background
contrast 1.81:1
Card sample
#08403c text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08403c;
Background color
Panel with #08403c background
background-color: #08403c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08403c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 64, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 64, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08403c; background: linear-gradient(135deg, #08403c, #081F40);