#082eed
a balanced, electric blue · warm · closest name: blue
RGB
8, 46, 237
HSL
230°, 94%, 48%
CMYK
97, 81, 0, 7
Luminance
0.0812
Every format
| HEX | #082eed |
| RGB | rgb(8, 46, 237) |
| HSL | hsl(230, 94%, 48%) |
| CMYK | cmyk(97%, 81%, 0%, 7%) |
| LAB | lab(34.2 61.6 -94.5) |
| LCH | lch(34.2 112.8 303.1) |
| OKLCH | oklch(0.459 0.275 264.7) |
Copy-ready code
/* CSS */
color: #082eed;
background-color: #082eed;
/* Tailwind (arbitrary) */
class="text-[#082eed] bg-[#082eed]"
/* SCSS */
$brand: #082eed;
/* SwiftUI */
Color(red: 0.031, green: 0.180, blue: 0.929)
/* Android */
Color.parseColor("#082eed")Accessibility — WCAG contrast
Aa
#082eed on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082eed on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.0%
Blue92.9%
CMYK percentages
Cyan96.6%
Magenta80.6%
Yellow0.0%
Key (black)7.1%
Color previews
#082eed text on a black background
contrast 2.62:1
Card sample
#082eed text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082eed;
Background color
Panel with #082eed background
background-color: #082eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 46, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 46, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082eed; background: linear-gradient(135deg, #082eed, #7A08ED);