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