#6600f5
a balanced, electric violet · warm · closest name: blue
RGB
102, 0, 245
HSL
265°, 100%, 48%
CMYK
58, 100, 0, 4
Luminance
0.0942
Every format
| HEX | #6600f5 |
| RGB | rgb(102, 0, 245) |
| HSL | hsl(265, 100%, 48%) |
| CMYK | cmyk(58%, 100%, 0%, 4%) |
| LAB | lab(36.8 79.3 -94.6) |
| LCH | lch(36.8 123.5 310.0) |
| OKLCH | oklch(0.493 0.285 286.8) |
Copy-ready code
/* CSS */
color: #6600f5;
background-color: #6600f5;
/* Tailwind (arbitrary) */
class="text-[#6600f5] bg-[#6600f5]"
/* SCSS */
$brand: #6600f5;
/* SwiftUI */
Color(red: 0.400, green: 0.000, blue: 0.961)
/* Android */
Color.parseColor("#6600f5")Accessibility — WCAG contrast
Aa
#6600f5 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6600f5 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green0.0%
Blue96.1%
CMYK percentages
Cyan58.4%
Magenta100.0%
Yellow0.0%
Key (black)3.9%
Color previews
#6600f5 text on a black background
contrast 2.88:1
Card sample
#6600f5 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6600f5;
Background color
Panel with #6600f5 background
background-color: #6600f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6600f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 0, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 0, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6600f5; background: linear-gradient(135deg, #6600f5, #F500E0);