#080aff
a balanced, electric blue · warm · “blue”
RGB
8, 10, 255
HSL
240°, 100%, 52%
CMYK
97, 96, 0, 0
Luminance
0.0749
Every format
| HEX | #080aff |
| RGB | rgb(8, 10, 255) |
| HSL | hsl(240, 100%, 52%) |
| CMYK | cmyk(97%, 96%, 0%, 0%) |
| LAB | lab(32.9 77.7 -106.9) |
| LCH | lch(32.9 132.2 306.0) |
| OKLCH | oklch(0.456 0.310 264.6) |
Copy-ready code
/* CSS */
color: #080aff;
background-color: #080aff;
/* Tailwind (arbitrary) */
class="text-[#080aff] bg-[#080aff]"
/* SCSS */
$brand: #080aff;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 1.000)
/* Android */
Color.parseColor("#080aff")Accessibility — WCAG contrast
Aa
#080aff on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080aff on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta96.1%
Yellow0.0%
Key (black)0.0%
Color previews
#080aff text on a black background
contrast 2.50:1
Card sample
#080aff text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080aff;
Background color
Panel with #080aff background
background-color: #080aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080aff; background: linear-gradient(135deg, #080aff, #AB08FF);