#08352c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
8, 53, 44
HSL
168°, 74%, 12%
CMYK
85, 0, 17, 79
Luminance
0.0278
Every format
| HEX | #08352c |
| RGB | rgb(8, 53, 44) |
| HSL | hsl(168, 74%, 12%) |
| CMYK | cmyk(85%, 0%, 17%, 79%) |
| LAB | lab(19.1 -17.5 1.4) |
| LCH | lch(19.1 17.6 175.5) |
| OKLCH | oklch(0.297 0.050 176.1) |
Copy-ready code
/* CSS */
color: #08352c;
background-color: #08352c;
/* Tailwind (arbitrary) */
class="text-[#08352c] bg-[#08352c]"
/* SCSS */
$brand: #08352c;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#08352c")Accessibility — WCAG contrast
Aa
#08352c on white: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08352c on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue17.3%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow17.0%
Key (black)79.2%
Color previews
#08352c text on a black background
contrast 1.56:1
Card sample
#08352c text on a white background
contrast 13.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08352c;
Background color
Panel with #08352c background
background-color: #08352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08352c; background: linear-gradient(135deg, #08352c, #082035);