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