#082ce7
a balanced, electric blue · warm · closest name: blue
RGB
8, 44, 231
HSL
230°, 93%, 47%
CMYK
97, 81, 0, 9
Luminance
0.0762
Every format
| HEX | #082ce7 |
| RGB | rgb(8, 44, 231) |
| HSL | hsl(230, 93%, 47%) |
| CMYK | cmyk(97%, 81%, 0%, 9%) |
| LAB | lab(33.2 60.7 -92.8) |
| LCH | lch(33.2 110.9 303.2) |
| OKLCH | oklch(0.450 0.270 264.7) |
Copy-ready code
/* CSS */
color: #082ce7;
background-color: #082ce7;
/* Tailwind (arbitrary) */
class="text-[#082ce7] bg-[#082ce7]"
/* SCSS */
$brand: #082ce7;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.906)
/* Android */
Color.parseColor("#082ce7")Accessibility — WCAG contrast
Aa
#082ce7 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082ce7 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue90.6%
CMYK percentages
Cyan96.5%
Magenta81.0%
Yellow0.0%
Key (black)9.4%
Color previews
#082ce7 text on a black background
contrast 2.52:1
Card sample
#082ce7 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082ce7;
Background color
Panel with #082ce7 background
background-color: #082ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082ce7; background: linear-gradient(135deg, #082ce7, #7908E7);