#0829eb
a balanced, electric blue · warm · closest name: blue
RGB
8, 41, 235
HSL
231°, 93%, 48%
CMYK
97, 83, 0, 8
Luminance
0.0764
Every format
| HEX | #0829eb |
| RGB | rgb(8, 41, 235) |
| HSL | hsl(231, 93%, 48%) |
| CMYK | cmyk(97%, 83%, 0%, 8%) |
| LAB | lab(33.2 63.3 -95.0) |
| LCH | lch(33.2 114.2 303.7) |
| OKLCH | oklch(0.451 0.277 264.7) |
Copy-ready code
/* CSS */
color: #0829eb;
background-color: #0829eb;
/* Tailwind (arbitrary) */
class="text-[#0829eb] bg-[#0829eb]"
/* SCSS */
$brand: #0829eb;
/* SwiftUI */
Color(red: 0.031, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#0829eb")Accessibility — WCAG contrast
Aa
#0829eb on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0829eb on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.1%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0829eb text on a black background
contrast 2.53:1
Card sample
#0829eb text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0829eb;
Background color
Panel with #0829eb background
background-color: #0829eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0829eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0829eb; background: linear-gradient(135deg, #0829eb, #7E08EB);