#0800fd
a balanced, electric blue · warm · “blue”
RGB
8, 0, 253
HSL
242°, 100%, 50%
CMYK
97, 100, 0, 1
Luminance
0.0714
Every format
| HEX | #0800fd |
| RGB | rgb(8, 0, 253) |
| HSL | hsl(242, 100%, 50%) |
| CMYK | cmyk(97%, 100%, 0%, 1%) |
| LAB | lab(32.1 78.8 -107.0) |
| LCH | lch(32.1 132.9 306.3) |
| OKLCH | oklch(0.450 0.310 264.6) |
Copy-ready code
/* CSS */
color: #0800fd;
background-color: #0800fd;
/* Tailwind (arbitrary) */
class="text-[#0800fd] bg-[#0800fd]"
/* SCSS */
$brand: #0800fd;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#0800fd")Accessibility — WCAG contrast
Aa
#0800fd on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0800fd on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0800fd text on a black background
contrast 2.43:1
Card sample
#0800fd text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0800fd;
Background color
Panel with #0800fd background
background-color: #0800fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0800fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0800fd; background: linear-gradient(135deg, #0800fd, #B100FD);