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