#0800ae
a dark, electric blue · warm · closest name: navy
RGB
8, 0, 174
HSL
243°, 100%, 34%
CMYK
95, 100, 0, 32
Luminance
0.0311
Every format
| HEX | #0800ae |
| RGB | rgb(8, 0, 174) |
| HSL | hsl(243, 100%, 34%) |
| CMYK | cmyk(95%, 100%, 0%, 32%) |
| LAB | lab(20.5 59.5 -80.6) |
| LCH | lch(20.5 100.2 306.4) |
| OKLCH | oklch(0.341 0.234 265.3) |
Copy-ready code
/* CSS */
color: #0800ae;
background-color: #0800ae;
/* Tailwind (arbitrary) */
class="text-[#0800ae] bg-[#0800ae]"
/* SCSS */
$brand: #0800ae;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#0800ae")Accessibility — WCAG contrast
Aa
#0800ae on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0800ae on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue68.2%
CMYK percentages
Cyan95.4%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#0800ae text on a black background
contrast 1.62:1
Card sample
#0800ae text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0800ae;
Background color
Panel with #0800ae background
background-color: #0800ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0800ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0800ae; background: linear-gradient(135deg, #0800ae, #7C00AE);