#080afd
a balanced, electric blue · warm · closest name: blue
RGB
8, 10, 253
HSL
240°, 98%, 51%
CMYK
97, 96, 0, 1
Luminance
0.0736
Every format
| HEX | #080afd |
| RGB | rgb(8, 10, 253) |
| HSL | hsl(240, 98%, 51%) |
| CMYK | cmyk(97%, 96%, 0%, 1%) |
| LAB | lab(32.6 77.3 -106.2) |
| LCH | lch(32.6 131.3 306.0) |
| OKLCH | oklch(0.454 0.308 264.6) |
Copy-ready code
/* CSS */
color: #080afd;
background-color: #080afd;
/* Tailwind (arbitrary) */
class="text-[#080afd] bg-[#080afd]"
/* SCSS */
$brand: #080afd;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#080afd")Accessibility — WCAG contrast
Aa
#080afd on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080afd on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#080afd text on a black background
contrast 2.47:1
Card sample
#080afd text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080afd;
Background color
Panel with #080afd background
background-color: #080afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080afd; background: linear-gradient(135deg, #080afd, #A908FD);