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