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