#080ac4
a dark, electric blue · warm · closest name: blue
RGB
8, 10, 196
HSL
239°, 92%, 40%
CMYK
96, 95, 0, 23
Luminance
0.0425
Every format
| HEX | #080ac4 |
| RGB | rgb(8, 10, 196) |
| HSL | hsl(239, 92%, 40%) |
| CMYK | cmyk(96%, 95%, 0%, 23%) |
| LAB | lab(24.5 62.8 -87.0) |
| LCH | lch(24.5 107.3 305.8) |
| OKLCH | oklch(0.377 0.253 265.1) |
Copy-ready code
/* CSS */
color: #080ac4;
background-color: #080ac4;
/* Tailwind (arbitrary) */
class="text-[#080ac4] bg-[#080ac4]"
/* SCSS */
$brand: #080ac4;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.769)
/* Android */
Color.parseColor("#080ac4")Accessibility — WCAG contrast
Aa
#080ac4 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080ac4 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue76.9%
CMYK percentages
Cyan95.9%
Magenta94.9%
Yellow0.0%
Key (black)23.1%
Color previews
#080ac4 text on a black background
contrast 1.85:1
Card sample
#080ac4 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080ac4;
Background color
Panel with #080ac4 background
background-color: #080ac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080ac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080ac4; background: linear-gradient(135deg, #080ac4, #8308C4);