#080ce3
a balanced, electric blue · warm · closest name: blue
RGB
8, 12, 227
HSL
239°, 93%, 46%
CMYK
97, 95, 0, 11
Luminance
0.0586
Every format
| HEX | #080ce3 |
| RGB | rgb(8, 12, 227) |
| HSL | hsl(239, 93%, 46%) |
| CMYK | cmyk(97%, 95%, 0%, 11%) |
| LAB | lab(29.1 70.4 -97.4) |
| LCH | lch(29.1 120.2 305.9) |
| OKLCH | oklch(0.420 0.283 264.8) |
Copy-ready code
/* CSS */
color: #080ce3;
background-color: #080ce3;
/* Tailwind (arbitrary) */
class="text-[#080ce3] bg-[#080ce3]"
/* SCSS */
$brand: #080ce3;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.890)
/* Android */
Color.parseColor("#080ce3")Accessibility — WCAG contrast
Aa
#080ce3 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080ce3 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue89.0%
CMYK percentages
Cyan96.5%
Magenta94.7%
Yellow0.0%
Key (black)11.0%
Color previews
#080ce3 text on a black background
contrast 2.17:1
Card sample
#080ce3 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080ce3;
Background color
Panel with #080ce3 background
background-color: #080ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080ce3; background: linear-gradient(135deg, #080ce3, #9608E3);