#c182cf
a light, soft violet · warm · closest name: plum
RGB
193, 130, 207
HSL
289°, 45%, 66%
CMYK
7, 37, 0, 19
Luminance
0.3181
Every format
| HEX | #c182cf |
| RGB | rgb(193, 130, 207) |
| HSL | hsl(289, 45%, 66%) |
| CMYK | cmyk(7%, 37%, 0%, 19%) |
| LAB | lab(63.2 37.2 -30.1) |
| LCH | lch(63.2 47.9 321.0) |
| OKLCH | oklch(0.698 0.129 320.2) |
Copy-ready code
/* CSS */
color: #c182cf;
background-color: #c182cf;
/* Tailwind (arbitrary) */
class="text-[#c182cf] bg-[#c182cf]"
/* SCSS */
$brand: #c182cf;
/* SwiftUI */
Color(red: 0.757, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#c182cf")Accessibility — WCAG contrast
Aa
#c182cf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c182cf on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green51.0%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta37.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c182cf text on a black background
contrast 7.36:1
Card sample
#c182cf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c182cf;
Background color
Panel with #c182cf background
background-color: #c182cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c182cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c182cf; background: linear-gradient(135deg, #c182cf, #CF82AA);