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