#b633ff
a balanced, electric violet · warm · closest name: magenta
RGB
182, 51, 255
HSL
279°, 100%, 60%
CMYK
29, 80, 0, 0
Luminance
0.1953
Every format
| HEX | #b633ff |
| RGB | rgb(182, 51, 255) |
| HSL | hsl(279, 100%, 60%) |
| CMYK | cmyk(29%, 80%, 0%, 0%) |
| LAB | lab(51.3 79.9 -76.0) |
| LCH | lch(51.3 110.3 316.5) |
| OKLCH | oklch(0.617 0.279 309.2) |
Copy-ready code
/* CSS */
color: #b633ff;
background-color: #b633ff;
/* Tailwind (arbitrary) */
class="text-[#b633ff] bg-[#b633ff]"
/* SCSS */
$brand: #b633ff;
/* SwiftUI */
Color(red: 0.714, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#b633ff")Accessibility — WCAG contrast
Aa
#b633ff on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b633ff on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green20.0%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b633ff text on a black background
contrast 4.91:1
Card sample
#b633ff text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b633ff;
Background color
Panel with #b633ff background
background-color: #b633ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b633ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b633ff; background: linear-gradient(135deg, #b633ff, #FF33C0);