#0806ad
a dark, electric blue · warm · closest name: navy
RGB
8, 6, 173
HSL
241°, 93%, 35%
CMYK
95, 97, 0, 32
Luminance
0.0320
Every format
| HEX | #0806ad |
| RGB | rgb(8, 6, 173) |
| HSL | hsl(241, 93%, 35%) |
| CMYK | cmyk(95%, 97%, 0%, 32%) |
| LAB | lab(20.8 57.7 -79.4) |
| LCH | lch(20.8 98.2 306.0) |
| OKLCH | oklch(0.343 0.230 265.3) |
Copy-ready code
/* CSS */
color: #0806ad;
background-color: #0806ad;
/* Tailwind (arbitrary) */
class="text-[#0806ad] bg-[#0806ad]"
/* SCSS */
$brand: #0806ad;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.678)
/* Android */
Color.parseColor("#0806ad")Accessibility — WCAG contrast
Aa
#0806ad on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0806ad on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue67.8%
CMYK percentages
Cyan95.4%
Magenta96.5%
Yellow0.0%
Key (black)32.2%
Color previews
#0806ad text on a black background
contrast 1.64:1
Card sample
#0806ad text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0806ad;
Background color
Panel with #0806ad background
background-color: #0806ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0806ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0806ad; background: linear-gradient(135deg, #0806ad, #7706AD);