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