#c853af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 83, 175
HSL
313°, 52%, 56%
CMYK
0, 59, 13, 22
Luminance
0.2156
Every format
| HEX | #c853af |
| RGB | rgb(200, 83, 175) |
| HSL | hsl(313, 52%, 56%) |
| CMYK | cmyk(0%, 59%, 13%, 22%) |
| LAB | lab(53.6 57.4 -26.7) |
| LCH | lch(53.6 63.3 335.1) |
| OKLCH | oklch(0.623 0.183 336.7) |
Copy-ready code
/* CSS */
color: #c853af;
background-color: #c853af;
/* Tailwind (arbitrary) */
class="text-[#c853af] bg-[#c853af]"
/* SCSS */
$brand: #c853af;
/* SwiftUI */
Color(red: 0.784, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#c853af")Accessibility — WCAG contrast
Aa
#c853af on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c853af on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow12.5%
Key (black)21.6%
Color previews
#c853af text on a black background
contrast 5.31:1
Card sample
#c853af text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c853af;
Background color
Panel with #c853af background
background-color: #c853af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c853af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c853af; background: linear-gradient(135deg, #c853af, #C85361);