#6f3fef
a balanced, electric violet · warm · closest name: blue
RGB
111, 63, 239
HSL
256°, 85%, 59%
CMYK
54, 74, 0, 6
Luminance
0.1317
Every format
| HEX | #6f3fef |
| RGB | rgb(111, 63, 239) |
| HSL | hsl(256, 85%, 59%) |
| CMYK | cmyk(54%, 74%, 0%, 6%) |
| LAB | lab(43.0 61.3 -80.9) |
| LCH | lch(43.0 101.5 307.1) |
| OKLCH | oklch(0.536 0.244 287.6) |
Copy-ready code
/* CSS */
color: #6f3fef;
background-color: #6f3fef;
/* Tailwind (arbitrary) */
class="text-[#6f3fef] bg-[#6f3fef]"
/* SCSS */
$brand: #6f3fef;
/* SwiftUI */
Color(red: 0.435, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#6f3fef")Accessibility — WCAG contrast
Aa
#6f3fef on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f3fef on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green24.7%
Blue93.7%
CMYK percentages
Cyan53.6%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#6f3fef text on a black background
contrast 3.63:1
Card sample
#6f3fef text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3fef;
Background color
Panel with #6f3fef background
background-color: #6f3fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3fef; background: linear-gradient(135deg, #6f3fef, #E43FEF);