#6a33ff
a balanced, electric violet · warm · closest name: blue
RGB
106, 51, 255
HSL
256°, 100%, 60%
CMYK
58, 80, 0, 0
Luminance
0.1265
Every format
| HEX | #6a33ff |
| RGB | rgb(106, 51, 255) |
| HSL | hsl(256, 100%, 60%) |
| CMYK | cmyk(58%, 80%, 0%, 0%) |
| LAB | lab(42.2 70.1 -91.2) |
| LCH | lch(42.2 115.0 307.6) |
| OKLCH | oklch(0.534 0.272 284.8) |
Copy-ready code
/* CSS */
color: #6a33ff;
background-color: #6a33ff;
/* Tailwind (arbitrary) */
class="text-[#6a33ff] bg-[#6a33ff]"
/* SCSS */
$brand: #6a33ff;
/* SwiftUI */
Color(red: 0.416, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#6a33ff")Accessibility — WCAG contrast
Aa
#6a33ff on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6a33ff on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green20.0%
Blue100.0%
CMYK percentages
Cyan58.4%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6a33ff text on a black background
contrast 3.53:1
Card sample
#6a33ff text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a33ff;
Background color
Panel with #6a33ff background
background-color: #6a33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a33ff; background: linear-gradient(135deg, #6a33ff, #F233FF);