#c633ff
a balanced, electric violet · warm · closest name: magenta
RGB
198, 51, 255
HSL
283°, 100%, 60%
CMYK
22, 80, 0, 0
Luminance
0.2159
Every format
| HEX | #c633ff |
| RGB | rgb(198, 51, 255) |
| HSL | hsl(283, 100%, 60%) |
| CMYK | cmyk(22%, 80%, 0%, 0%) |
| LAB | lab(53.6 82.4 -72.1) |
| LCH | lch(53.6 109.5 318.8) |
| OKLCH | oklch(0.637 0.283 313.8) |
Copy-ready code
/* CSS */
color: #c633ff;
background-color: #c633ff;
/* Tailwind (arbitrary) */
class="text-[#c633ff] bg-[#c633ff]"
/* SCSS */
$brand: #c633ff;
/* SwiftUI */
Color(red: 0.776, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#c633ff")Accessibility — WCAG contrast
Aa
#c633ff on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c633ff on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green20.0%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c633ff text on a black background
contrast 5.32:1
Card sample
#c633ff text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c633ff;
Background color
Panel with #c633ff background
background-color: #c633ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c633ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c633ff; background: linear-gradient(135deg, #c633ff, #FF33B0);