#08473f
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 71, 63
HSL
172°, 80%, 16%
CMYK
89, 0, 11, 72
Luminance
0.0492
Every format
| HEX | #08473f |
| RGB | rgb(8, 71, 63) |
| HSL | hsl(172, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 11%, 72%) |
| LAB | lab(26.5 -20.9 -0.6) |
| LCH | lch(26.5 20.9 181.6) |
| OKLCH | oklch(0.359 0.061 181.8) |
Copy-ready code
/* CSS */
color: #08473f;
background-color: #08473f;
/* Tailwind (arbitrary) */
class="text-[#08473f] bg-[#08473f]"
/* SCSS */
$brand: #08473f;
/* SwiftUI */
Color(red: 0.031, green: 0.278, blue: 0.247)
/* Android */
Color.parseColor("#08473f")Accessibility — WCAG contrast
Aa
#08473f on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08473f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green27.8%
Blue24.7%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow11.3%
Key (black)72.2%
Color previews
#08473f text on a black background
contrast 1.98:1
Card sample
#08473f text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08473f;
Background color
Panel with #08473f background
background-color: #08473f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08473f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 71, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 71, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08473f; background: linear-gradient(135deg, #08473f, #082547);