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