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