#0842eb
a balanced, electric blue · cool · closest name: navy
RGB
8, 66, 235
HSL
225°, 93%, 48%
CMYK
97, 72, 0, 8
Luminance
0.0995
Every format
| HEX | #0842eb |
| RGB | rgb(8, 66, 235) |
| HSL | hsl(225, 93%, 48%) |
| CMYK | cmyk(97%, 72%, 0%, 8%) |
| LAB | lab(37.7 50.3 -87.5) |
| LCH | lch(37.7 100.9 299.9) |
| OKLCH | oklch(0.483 0.255 263.9) |
Copy-ready code
/* CSS */
color: #0842eb;
background-color: #0842eb;
/* Tailwind (arbitrary) */
class="text-[#0842eb] bg-[#0842eb]"
/* SCSS */
$brand: #0842eb;
/* SwiftUI */
Color(red: 0.031, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#0842eb")Accessibility — WCAG contrast
Aa
#0842eb on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0842eb on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.9%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta71.9%
Yellow0.0%
Key (black)7.8%
Color previews
#0842eb text on a black background
contrast 2.99:1
Card sample
#0842eb text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0842eb;
Background color
Panel with #0842eb background
background-color: #0842eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0842eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0842eb; background: linear-gradient(135deg, #0842eb, #6508EB);