#082fe3
a balanced, electric blue · warm · closest name: blue
RGB
8, 47, 227
HSL
229°, 93%, 46%
CMYK
97, 79, 0, 11
Luminance
0.0763
Every format
| HEX | #082fe3 |
| RGB | rgb(8, 47, 227) |
| HSL | hsl(229, 93%, 46%) |
| CMYK | cmyk(97%, 79%, 0%, 11%) |
| LAB | lab(33.2 58.0 -90.5) |
| LCH | lch(33.2 107.5 302.7) |
| OKLCH | oklch(0.448 0.264 264.6) |
Copy-ready code
/* CSS */
color: #082fe3;
background-color: #082fe3;
/* Tailwind (arbitrary) */
class="text-[#082fe3] bg-[#082fe3]"
/* SCSS */
$brand: #082fe3;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.890)
/* Android */
Color.parseColor("#082fe3")Accessibility — WCAG contrast
Aa
#082fe3 on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082fe3 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue89.0%
CMYK percentages
Cyan96.5%
Magenta79.3%
Yellow0.0%
Key (black)11.0%
Color previews
#082fe3 text on a black background
contrast 2.53:1
Card sample
#082fe3 text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082fe3;
Background color
Panel with #082fe3 background
background-color: #082fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082fe3; background: linear-gradient(135deg, #082fe3, #7308E3);