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