#c252eb
a balanced, electric violet · warm · closest name: orchid
RGB
194, 82, 235
HSL
284°, 79%, 62%
CMYK
17, 65, 0, 8
Luminance
0.2350
Every format
| HEX | #c252eb |
| RGB | rgb(194, 82, 235) |
| HSL | hsl(284, 79%, 62%) |
| CMYK | cmyk(17%, 65%, 0%, 8%) |
| LAB | lab(55.6 66.9 -57.8) |
| LCH | lch(55.6 88.4 319.2) |
| OKLCH | oklch(0.646 0.232 315.7) |
Copy-ready code
/* CSS */
color: #c252eb;
background-color: #c252eb;
/* Tailwind (arbitrary) */
class="text-[#c252eb] bg-[#c252eb]"
/* SCSS */
$brand: #c252eb;
/* SwiftUI */
Color(red: 0.761, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#c252eb")Accessibility — WCAG contrast
Aa
#c252eb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c252eb on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green32.2%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c252eb text on a black background
contrast 5.70:1
Card sample
#c252eb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c252eb;
Background color
Panel with #c252eb background
background-color: #c252eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c252eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c252eb; background: linear-gradient(135deg, #c252eb, #EB52AE);