#08415a
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 65, 90
HSL
198°, 84%, 19%
CMYK
91, 28, 0, 65
Luminance
0.0457
Every format
| HEX | #08415a |
| RGB | rgb(8, 65, 90) |
| HSL | hsl(198, 84%, 19%) |
| CMYK | cmyk(91%, 28%, 0%, 65%) |
| LAB | lab(25.5 -7.3 -19.8) |
| LCH | lch(25.5 21.1 249.8) |
| OKLCH | oklch(0.354 0.069 233.7) |
Copy-ready code
/* CSS */
color: #08415a;
background-color: #08415a;
/* Tailwind (arbitrary) */
class="text-[#08415a] bg-[#08415a]"
/* SCSS */
$brand: #08415a;
/* SwiftUI */
Color(red: 0.031, green: 0.255, blue: 0.353)
/* Android */
Color.parseColor("#08415a")Accessibility — WCAG contrast
Aa
#08415a on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08415a on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.5%
Blue35.3%
CMYK percentages
Cyan91.1%
Magenta27.8%
Yellow0.0%
Key (black)64.7%
Color previews
#08415a text on a black background
contrast 1.91:1
Card sample
#08415a text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08415a;
Background color
Panel with #08415a background
background-color: #08415a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08415a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 65, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 65, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08415a; background: linear-gradient(135deg, #08415a, #080A5A);