#0806cc
a dark, electric blue · warm · closest name: blue
RGB
8, 6, 204
HSL
241°, 94%, 41%
CMYK
96, 97, 0, 20
Luminance
0.0454
Every format
| HEX | #0806cc |
| RGB | rgb(8, 6, 204) |
| HSL | hsl(241, 94%, 41%) |
| CMYK | cmyk(96%, 97%, 0%, 20%) |
| LAB | lab(25.4 65.7 -90.2) |
| LCH | lch(25.4 111.6 306.1) |
| OKLCH | oklch(0.386 0.262 265.0) |
Copy-ready code
/* CSS */
color: #0806cc;
background-color: #0806cc;
/* Tailwind (arbitrary) */
class="text-[#0806cc] bg-[#0806cc]"
/* SCSS */
$brand: #0806cc;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.800)
/* Android */
Color.parseColor("#0806cc")Accessibility — WCAG contrast
Aa
#0806cc on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0806cc on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue80.0%
CMYK percentages
Cyan96.1%
Magenta97.1%
Yellow0.0%
Key (black)20.0%
Color previews
#0806cc text on a black background
contrast 1.91:1
Card sample
#0806cc text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0806cc;
Background color
Panel with #0806cc background
background-color: #0806cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0806cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0806cc; background: linear-gradient(135deg, #0806cc, #8C06CC);