#080df0
a balanced, electric blue · warm · closest name: blue
RGB
8, 13, 240
HSL
239°, 94%, 49%
CMYK
97, 95, 0, 6
Luminance
0.0663
Every format
| HEX | #080df0 |
| RGB | rgb(8, 13, 240) |
| HSL | hsl(239, 94%, 49%) |
| CMYK | cmyk(97%, 95%, 0%, 6%) |
| LAB | lab(30.9 73.5 -101.7) |
| LCH | lch(30.9 125.5 305.9) |
| OKLCH | oklch(0.438 0.295 264.7) |
Copy-ready code
/* CSS */
color: #080df0;
background-color: #080df0;
/* Tailwind (arbitrary) */
class="text-[#080df0] bg-[#080df0]"
/* SCSS */
$brand: #080df0;
/* SwiftUI */
Color(red: 0.031, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#080df0")Accessibility — WCAG contrast
Aa
#080df0 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080df0 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.1%
Blue94.1%
CMYK percentages
Cyan96.7%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#080df0 text on a black background
contrast 2.33:1
Card sample
#080df0 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080df0;
Background color
Panel with #080df0 background
background-color: #080df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080df0; background: linear-gradient(135deg, #080df0, #9E08F0);