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