#0820fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 32, 253
HSL
234°, 98%, 51%
CMYK
97, 87, 0, 1
Luminance
0.0818
Every format
| HEX | #0820fd |
| RGB | rgb(8, 32, 253) |
| HSL | hsl(234, 98%, 51%) |
| CMYK | cmyk(97%, 87%, 0%, 1%) |
| LAB | lab(34.3 71.9 -103.3) |
| LCH | lch(34.3 125.9 304.8) |
| OKLCH | oklch(0.465 0.300 264.7) |
Copy-ready code
/* CSS */
color: #0820fd;
background-color: #0820fd;
/* Tailwind (arbitrary) */
class="text-[#0820fd] bg-[#0820fd]"
/* SCSS */
$brand: #0820fd;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#0820fd")Accessibility — WCAG contrast
Aa
#0820fd on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0820fd on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#0820fd text on a black background
contrast 2.64:1
Card sample
#0820fd text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0820fd;
Background color
Panel with #0820fd background
background-color: #0820fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0820fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0820fd; background: linear-gradient(135deg, #0820fd, #9308FD);