#08415f
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 65, 95
HSL
201°, 85%, 20%
CMYK
92, 32, 0, 63
Luminance
0.0466
Every format
| HEX | #08415f |
| RGB | rgb(8, 65, 95) |
| HSL | hsl(201, 85%, 20%) |
| CMYK | cmyk(92%, 32%, 0%, 63%) |
| LAB | lab(25.7 -5.2 -22.6) |
| LCH | lch(25.7 23.2 257.1) |
| OKLCH | oklch(0.357 0.075 238.6) |
Copy-ready code
/* CSS */
color: #08415f;
background-color: #08415f;
/* Tailwind (arbitrary) */
class="text-[#08415f] bg-[#08415f]"
/* SCSS */
$brand: #08415f;
/* SwiftUI */
Color(red: 0.031, green: 0.255, blue: 0.373)
/* Android */
Color.parseColor("#08415f")Accessibility — WCAG contrast
Aa
#08415f on white: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08415f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.5%
Blue37.3%
CMYK percentages
Cyan91.6%
Magenta31.6%
Yellow0.0%
Key (black)62.7%
Color previews
#08415f text on a black background
contrast 1.93:1
Card sample
#08415f text on a white background
contrast 10.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08415f;
Background color
Panel with #08415f background
background-color: #08415f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08415f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 65, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 65, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08415f; background: linear-gradient(135deg, #08415f, #09085F);