#080fe2
a balanced, electric blue · warm · closest name: blue
RGB
8, 15, 226
HSL
238°, 93%, 46%
CMYK
97, 93, 0, 11
Luminance
0.0588
Every format
| HEX | #080fe2 |
| RGB | rgb(8, 15, 226) |
| HSL | hsl(238, 93%, 46%) |
| CMYK | cmyk(97%, 93%, 0%, 11%) |
| LAB | lab(29.1 69.6 -96.7) |
| LCH | lch(29.1 119.1 305.7) |
| OKLCH | oklch(0.420 0.281 264.8) |
Copy-ready code
/* CSS */
color: #080fe2;
background-color: #080fe2;
/* Tailwind (arbitrary) */
class="text-[#080fe2] bg-[#080fe2]"
/* SCSS */
$brand: #080fe2;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#080fe2")Accessibility — WCAG contrast
Aa
#080fe2 on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fe2 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue88.6%
CMYK percentages
Cyan96.5%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#080fe2 text on a black background
contrast 2.18:1
Card sample
#080fe2 text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fe2;
Background color
Panel with #080fe2 background
background-color: #080fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fe2; background: linear-gradient(135deg, #080fe2, #9208E2);