#6f2cfb
a balanced, electric violet · warm · closest name: blue
RGB
111, 44, 251
HSL
259°, 96%, 58%
CMYK
56, 83, 0, 2
Luminance
0.1215
Every format
| HEX | #6f2cfb |
| RGB | rgb(111, 44, 251) |
| HSL | hsl(259, 96%, 58%) |
| CMYK | cmyk(56%, 83%, 0%, 2%) |
| LAB | lab(41.4 72.2 -90.2) |
| LCH | lch(41.4 115.5 308.7) |
| OKLCH | oklch(0.528 0.272 287.4) |
Copy-ready code
/* CSS */
color: #6f2cfb;
background-color: #6f2cfb;
/* Tailwind (arbitrary) */
class="text-[#6f2cfb] bg-[#6f2cfb]"
/* SCSS */
$brand: #6f2cfb;
/* SwiftUI */
Color(red: 0.435, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#6f2cfb")Accessibility — WCAG contrast
Aa
#6f2cfb on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f2cfb on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green17.3%
Blue98.4%
CMYK percentages
Cyan55.8%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#6f2cfb text on a black background
contrast 3.43:1
Card sample
#6f2cfb text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2cfb;
Background color
Panel with #6f2cfb background
background-color: #6f2cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2cfb; background: linear-gradient(135deg, #6f2cfb, #F92CFB);