#8633ee
a balanced, electric violet · warm · closest name: blue
RGB
134, 51, 238
HSL
267°, 85%, 57%
CMYK
44, 79, 0, 7
Luminance
0.1361
Every format
| HEX | #8633ee |
| RGB | rgb(134, 51, 238) |
| HSL | hsl(267, 85%, 57%) |
| CMYK | cmyk(44%, 79%, 0%, 7%) |
| LAB | lab(43.7 69.2 -79.2) |
| LCH | lch(43.7 105.2 311.2) |
| OKLCH | oklch(0.546 0.255 297.0) |
Copy-ready code
/* CSS */
color: #8633ee;
background-color: #8633ee;
/* Tailwind (arbitrary) */
class="text-[#8633ee] bg-[#8633ee]"
/* SCSS */
$brand: #8633ee;
/* SwiftUI */
Color(red: 0.525, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#8633ee")Accessibility — WCAG contrast
Aa
#8633ee on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8633ee on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.0%
Blue93.3%
CMYK percentages
Cyan43.7%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#8633ee text on a black background
contrast 3.72:1
Card sample
#8633ee text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8633ee;
Background color
Panel with #8633ee background
background-color: #8633ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8633ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8633ee; background: linear-gradient(135deg, #8633ee, #EE33D9);