#6300fe
a balanced, electric violet · warm · closest name: blue
RGB
99, 0, 254
HSL
263°, 100%, 50%
CMYK
61, 100, 0, 0
Luminance
0.0981
Every format
| HEX | #6300fe |
| RGB | rgb(99, 0, 254) |
| HSL | hsl(263, 100%, 50%) |
| CMYK | cmyk(61%, 100%, 0%, 0%) |
| LAB | lab(37.5 81.1 -98.5) |
| LCH | lch(37.5 127.6 309.5) |
| OKLCH | oklch(0.500 0.293 284.5) |
Copy-ready code
/* CSS */
color: #6300fe;
background-color: #6300fe;
/* Tailwind (arbitrary) */
class="text-[#6300fe] bg-[#6300fe]"
/* SCSS */
$brand: #6300fe;
/* SwiftUI */
Color(red: 0.388, green: 0.000, blue: 0.996)
/* Android */
Color.parseColor("#6300fe")Accessibility — WCAG contrast
Aa
#6300fe on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6300fe on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green0.0%
Blue99.6%
CMYK percentages
Cyan61.0%
Magenta100.0%
Yellow0.0%
Key (black)0.4%
Color previews
#6300fe text on a black background
contrast 2.96:1
Card sample
#6300fe text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6300fe;
Background color
Panel with #6300fe background
background-color: #6300fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6300fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 0, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 0, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6300fe; background: linear-gradient(135deg, #6300fe, #FE00F0);