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