#0816fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 22, 253
HSL
237°, 98%, 51%
CMYK
97, 91, 0, 1
Luminance
0.0772
Every format
| HEX | #0816fd |
| RGB | rgb(8, 22, 253) |
| HSL | hsl(237, 98%, 51%) |
| CMYK | cmyk(97%, 91%, 0%, 1%) |
| LAB | lab(33.4 74.9 -104.9) |
| LCH | lch(33.4 128.9 305.5) |
| OKLCH | oklch(0.459 0.305 264.7) |
Copy-ready code
/* CSS */
color: #0816fd;
background-color: #0816fd;
/* Tailwind (arbitrary) */
class="text-[#0816fd] bg-[#0816fd]"
/* SCSS */
$brand: #0816fd;
/* SwiftUI */
Color(red: 0.031, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#0816fd")Accessibility — WCAG contrast
Aa
#0816fd on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0816fd on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.6%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#0816fd text on a black background
contrast 2.54:1
Card sample
#0816fd text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0816fd;
Background color
Panel with #0816fd background
background-color: #0816fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0816fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0816fd; background: linear-gradient(135deg, #0816fd, #9D08FD);