#0806fd
a balanced, electric blue · warm · “blue”
RGB
8, 6, 253
HSL
241°, 98%, 51%
CMYK
97, 98, 0, 1
Luminance
0.0727
Every format
| HEX | #0806fd |
| RGB | rgb(8, 6, 253) |
| HSL | hsl(241, 98%, 51%) |
| CMYK | cmyk(97%, 98%, 0%, 1%) |
| LAB | lab(32.4 77.8 -106.5) |
| LCH | lch(32.4 131.9 306.2) |
| OKLCH | oklch(0.452 0.309 264.6) |
Copy-ready code
/* CSS */
color: #0806fd;
background-color: #0806fd;
/* Tailwind (arbitrary) */
class="text-[#0806fd] bg-[#0806fd]"
/* SCSS */
$brand: #0806fd;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#0806fd")Accessibility — WCAG contrast
Aa
#0806fd on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0806fd on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#0806fd text on a black background
contrast 2.45:1
Card sample
#0806fd text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0806fd;
Background color
Panel with #0806fd background
background-color: #0806fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0806fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0806fd; background: linear-gradient(135deg, #0806fd, #AD06FD);