#5000fc
a balanced, electric violet · warm · closest name: blue
RGB
80, 0, 252
HSL
259°, 100%, 49%
CMYK
68, 100, 0, 1
Luminance
0.0873
Every format
| HEX | #5000fc |
| RGB | rgb(80, 0, 252) |
| HSL | hsl(259, 100%, 49%) |
| CMYK | cmyk(68%, 100%, 0%, 1%) |
| LAB | lab(35.5 79.8 -100.8) |
| LCH | lch(35.5 128.6 308.4) |
| OKLCH | oklch(0.481 0.294 278.7) |
Copy-ready code
/* CSS */
color: #5000fc;
background-color: #5000fc;
/* Tailwind (arbitrary) */
class="text-[#5000fc] bg-[#5000fc]"
/* SCSS */
$brand: #5000fc;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.988)
/* Android */
Color.parseColor("#5000fc")Accessibility — WCAG contrast
Aa
#5000fc on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5000fc on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue98.8%
CMYK percentages
Cyan68.3%
Magenta100.0%
Yellow0.0%
Key (black)1.2%
Color previews
#5000fc text on a black background
contrast 2.75:1
Card sample
#5000fc text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5000fc;
Background color
Panel with #5000fc background
background-color: #5000fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5000fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5000fc; background: linear-gradient(135deg, #5000fc, #F800FC);