#6f0dfb
a balanced, electric violet · warm · closest name: blue
RGB
111, 13, 251
HSL
265°, 97%, 52%
CMYK
56, 95, 0, 2
Luminance
0.1063
Every format
| HEX | #6f0dfb |
| RGB | rgb(111, 13, 251) |
| HSL | hsl(265, 97%, 52%) |
| CMYK | cmyk(56%, 95%, 0%, 2%) |
| LAB | lab(39.0 79.6 -94.3) |
| LCH | lch(39.0 123.5 310.2) |
| OKLCH | oklch(0.512 0.287 288.7) |
Copy-ready code
/* CSS */
color: #6f0dfb;
background-color: #6f0dfb;
/* Tailwind (arbitrary) */
class="text-[#6f0dfb] bg-[#6f0dfb]"
/* SCSS */
$brand: #6f0dfb;
/* SwiftUI */
Color(red: 0.435, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#6f0dfb")Accessibility — WCAG contrast
Aa
#6f0dfb on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f0dfb on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green5.1%
Blue98.4%
CMYK percentages
Cyan55.8%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#6f0dfb text on a black background
contrast 3.13:1
Card sample
#6f0dfb text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f0dfb;
Background color
Panel with #6f0dfb background
background-color: #6f0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f0dfb; background: linear-gradient(135deg, #6f0dfb, #FB0DE8);