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