#0816eb
a balanced, electric blue · warm · closest name: blue
RGB
8, 22, 235
HSL
236°, 93%, 48%
CMYK
97, 91, 0, 8
Luminance
0.0662
Every format
| HEX | #0816eb |
| RGB | rgb(8, 22, 235) |
| HSL | hsl(236, 93%, 48%) |
| CMYK | cmyk(97%, 91%, 0%, 8%) |
| LAB | lab(30.9 70.2 -98.8) |
| LCH | lch(30.9 121.2 305.4) |
| OKLCH | oklch(0.436 0.287 264.8) |
Copy-ready code
/* CSS */
color: #0816eb;
background-color: #0816eb;
/* Tailwind (arbitrary) */
class="text-[#0816eb] bg-[#0816eb]"
/* SCSS */
$brand: #0816eb;
/* SwiftUI */
Color(red: 0.031, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#0816eb")Accessibility — WCAG contrast
Aa
#0816eb on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0816eb on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.6%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0816eb text on a black background
contrast 2.32:1
Card sample
#0816eb text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0816eb;
Background color
Panel with #0816eb background
background-color: #0816eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0816eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0816eb; background: linear-gradient(135deg, #0816eb, #9108EB);