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