#6b0dfb
a balanced, electric violet · warm · closest name: blue
RGB
107, 13, 251
HSL
264°, 97%, 52%
CMYK
57, 95, 0, 2
Luminance
0.1038
Every format
| HEX | #6b0dfb |
| RGB | rgb(107, 13, 251) |
| HSL | hsl(264, 97%, 52%) |
| CMYK | cmyk(57%, 95%, 0%, 2%) |
| LAB | lab(38.5 79.4 -95.1) |
| LCH | lch(38.5 123.9 309.8) |
| OKLCH | oklch(0.508 0.287 287.4) |
Copy-ready code
/* CSS */
color: #6b0dfb;
background-color: #6b0dfb;
/* Tailwind (arbitrary) */
class="text-[#6b0dfb] bg-[#6b0dfb]"
/* SCSS */
$brand: #6b0dfb;
/* SwiftUI */
Color(red: 0.420, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#6b0dfb")Accessibility — WCAG contrast
Aa
#6b0dfb on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b0dfb on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green5.1%
Blue98.4%
CMYK percentages
Cyan57.4%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#6b0dfb text on a black background
contrast 3.08:1
Card sample
#6b0dfb text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b0dfb;
Background color
Panel with #6b0dfb background
background-color: #6b0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b0dfb; background: linear-gradient(135deg, #6b0dfb, #FB0DEC);