#0841af
a dark, electric blue · cool · closest name: slateblue
RGB
8, 65, 175
HSL
220°, 91%, 36%
CMYK
95, 63, 0, 31
Luminance
0.0693
Every format
| HEX | #0841af |
| RGB | rgb(8, 65, 175) |
| HSL | hsl(220, 91%, 36%) |
| CMYK | cmyk(95%, 63%, 0%, 31%) |
| LAB | lab(31.6 28.5 -62.7) |
| LCH | lch(31.6 68.9 294.5) |
| OKLCH | oklch(0.421 0.184 262.1) |
Copy-ready code
/* CSS */
color: #0841af;
background-color: #0841af;
/* Tailwind (arbitrary) */
class="text-[#0841af] bg-[#0841af]"
/* SCSS */
$brand: #0841af;
/* SwiftUI */
Color(red: 0.031, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#0841af")Accessibility — WCAG contrast
Aa
#0841af on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0841af on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.5%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta62.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0841af text on a black background
contrast 2.39:1
Card sample
#0841af text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0841af;
Background color
Panel with #0841af background
background-color: #0841af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0841af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0841af; background: linear-gradient(135deg, #0841af, #3E08AF);