#6f2ffc
a balanced, electric violet · warm · closest name: blue
RGB
111, 47, 252
HSL
259°, 97%, 59%
CMYK
56, 81, 0, 1
Luminance
0.1244
Every format
| HEX | #6f2ffc |
| RGB | rgb(111, 47, 252) |
| HSL | hsl(259, 97%, 59%) |
| CMYK | cmyk(56%, 81%, 0%, 1%) |
| LAB | lab(41.9 71.3 -90.0) |
| LCH | lch(41.9 114.9 308.4) |
| OKLCH | oklch(0.532 0.271 287.1) |
Copy-ready code
/* CSS */
color: #6f2ffc;
background-color: #6f2ffc;
/* Tailwind (arbitrary) */
class="text-[#6f2ffc] bg-[#6f2ffc]"
/* SCSS */
$brand: #6f2ffc;
/* SwiftUI */
Color(red: 0.435, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#6f2ffc")Accessibility — WCAG contrast
Aa
#6f2ffc on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f2ffc on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green18.4%
Blue98.8%
CMYK percentages
Cyan56.0%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#6f2ffc text on a black background
contrast 3.49:1
Card sample
#6f2ffc text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2ffc;
Background color
Panel with #6f2ffc background
background-color: #6f2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2ffc; background: linear-gradient(135deg, #6f2ffc, #F82FFC);