#080ace
a dark, electric blue · warm · closest name: blue
RGB
8, 10, 206
HSL
239°, 93%, 42%
CMYK
96, 95, 0, 19
Luminance
0.0472
Every format
| HEX | #080ace |
| RGB | rgb(8, 10, 206) |
| HSL | hsl(239, 93%, 42%) |
| CMYK | cmyk(96%, 95%, 0%, 19%) |
| LAB | lab(25.9 65.5 -90.5) |
| LCH | lch(25.9 111.7 305.9) |
| OKLCH | oklch(0.391 0.263 265.0) |
Copy-ready code
/* CSS */
color: #080ace;
background-color: #080ace;
/* Tailwind (arbitrary) */
class="text-[#080ace] bg-[#080ace]"
/* SCSS */
$brand: #080ace;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#080ace")Accessibility — WCAG contrast
Aa
#080ace on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080ace on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#080ace text on a black background
contrast 1.94:1
Card sample
#080ace text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080ace;
Background color
Panel with #080ace background
background-color: #080ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080ace; background: linear-gradient(135deg, #080ace, #8A08CE);