#080fe7
a balanced, electric blue · warm · closest name: blue
RGB
8, 15, 231
HSL
238°, 93%, 47%
CMYK
97, 94, 0, 9
Luminance
0.0616
Every format
| HEX | #080fe7 |
| RGB | rgb(8, 15, 231) |
| HSL | hsl(238, 93%, 47%) |
| CMYK | cmyk(97%, 94%, 0%, 9%) |
| LAB | lab(29.8 70.8 -98.4) |
| LCH | lch(29.8 121.3 305.7) |
| OKLCH | oklch(0.426 0.286 264.8) |
Copy-ready code
/* CSS */
color: #080fe7;
background-color: #080fe7;
/* Tailwind (arbitrary) */
class="text-[#080fe7] bg-[#080fe7]"
/* SCSS */
$brand: #080fe7;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.906)
/* Android */
Color.parseColor("#080fe7")Accessibility — WCAG contrast
Aa
#080fe7 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fe7 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue90.6%
CMYK percentages
Cyan96.5%
Magenta93.5%
Yellow0.0%
Key (black)9.4%
Color previews
#080fe7 text on a black background
contrast 2.23:1
Card sample
#080fe7 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fe7;
Background color
Panel with #080fe7 background
background-color: #080fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fe7; background: linear-gradient(135deg, #080fe7, #9608E7);