#0807f8
a balanced, electric blue · warm · closest name: blue
RGB
8, 7, 248
HSL
240°, 95%, 50%
CMYK
97, 97, 0, 3
Luminance
0.0698
Every format
| HEX | #0807f8 |
| RGB | rgb(8, 7, 248) |
| HSL | hsl(240, 95%, 50%) |
| CMYK | cmyk(97%, 97%, 0%, 3%) |
| LAB | lab(31.8 76.5 -104.8) |
| LCH | lch(31.8 129.8 306.1) |
| OKLCH | oklch(0.446 0.304 264.6) |
Copy-ready code
/* CSS */
color: #0807f8;
background-color: #0807f8;
/* Tailwind (arbitrary) */
class="text-[#0807f8] bg-[#0807f8]"
/* SCSS */
$brand: #0807f8;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.973)
/* Android */
Color.parseColor("#0807f8")Accessibility — WCAG contrast
Aa
#0807f8 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0807f8 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue97.3%
CMYK percentages
Cyan96.8%
Magenta97.2%
Yellow0.0%
Key (black)2.7%
Color previews
#0807f8 text on a black background
contrast 2.40:1
Card sample
#0807f8 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0807f8;
Background color
Panel with #0807f8 background
background-color: #0807f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0807f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0807f8; background: linear-gradient(135deg, #0807f8, #A807F8);