#0804cb
a dark, electric blue · warm · closest name: blue
RGB
8, 4, 203
HSL
241°, 96%, 41%
CMYK
96, 98, 0, 20
Luminance
0.0445
Every format
| HEX | #0804cb |
| RGB | rgb(8, 4, 203) |
| HSL | hsl(241, 96%, 41%) |
| CMYK | cmyk(96%, 98%, 0%, 20%) |
| LAB | lab(25.1 65.9 -90.1) |
| LCH | lch(25.1 111.6 306.2) |
| OKLCH | oklch(0.384 0.261 265.0) |
Copy-ready code
/* CSS */
color: #0804cb;
background-color: #0804cb;
/* Tailwind (arbitrary) */
class="text-[#0804cb] bg-[#0804cb]"
/* SCSS */
$brand: #0804cb;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.796)
/* Android */
Color.parseColor("#0804cb")Accessibility — WCAG contrast
Aa
#0804cb on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0804cb on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta98.0%
Yellow0.0%
Key (black)20.4%
Color previews
#0804cb text on a black background
contrast 1.89:1
Card sample
#0804cb text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0804cb;
Background color
Panel with #0804cb background
background-color: #0804cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0804cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0804cb; background: linear-gradient(135deg, #0804cb, #8D04CB);