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