#c053df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 83, 223
HSL
287°, 69%, 60%
CMYK
14, 63, 0, 13
Luminance
0.2272
Every format
| HEX | #c053df |
| RGB | rgb(192, 83, 223) |
| HSL | hsl(287, 69%, 60%) |
| CMYK | cmyk(14%, 63%, 0%, 13%) |
| LAB | lab(54.8 63.7 -52.3) |
| LCH | lch(54.8 82.5 320.6) |
| OKLCH | oklch(0.638 0.219 318.1) |
Copy-ready code
/* CSS */
color: #c053df;
background-color: #c053df;
/* Tailwind (arbitrary) */
class="text-[#c053df] bg-[#c053df]"
/* SCSS */
$brand: #c053df;
/* SwiftUI */
Color(red: 0.753, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#c053df")Accessibility — WCAG contrast
Aa
#c053df on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c053df on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green32.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta62.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c053df text on a black background
contrast 5.54:1
Card sample
#c053df text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c053df;
Background color
Panel with #c053df background
background-color: #c053df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c053df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 83, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 83, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c053df; background: linear-gradient(135deg, #c053df, #DF53A1);