#c848af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 72, 175
HSL
312°, 54%, 53%
CMYK
0, 64, 13, 22
Luminance
0.2001
Every format
| HEX | #c848af |
| RGB | rgb(200, 72, 175) |
| HSL | hsl(312, 54%, 53%) |
| CMYK | cmyk(0%, 64%, 13%, 22%) |
| LAB | lab(51.9 62.0 -29.3) |
| LCH | lch(51.9 68.6 334.7) |
| OKLCH | oklch(0.611 0.198 336.3) |
Copy-ready code
/* CSS */
color: #c848af;
background-color: #c848af;
/* Tailwind (arbitrary) */
class="text-[#c848af] bg-[#c848af]"
/* SCSS */
$brand: #c848af;
/* SwiftUI */
Color(red: 0.784, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#c848af")Accessibility — WCAG contrast
Aa
#c848af on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c848af on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green28.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c848af text on a black background
contrast 5.00:1
Card sample
#c848af text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c848af;
Background color
Panel with #c848af background
background-color: #c848af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c848af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c848af; background: linear-gradient(135deg, #c848af, #C8485A);