#c96eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 110, 180
HSL
314°, 46%, 61%
CMYK
0, 45, 10, 21
Luminance
0.2686
Every format
| HEX | #c96eb4 |
| RGB | rgb(201, 110, 180) |
| HSL | hsl(314, 46%, 61%) |
| CMYK | cmyk(0%, 45%, 10%, 21%) |
| LAB | lab(58.9 45.4 -21.4) |
| LCH | lch(58.9 50.2 334.7) |
| OKLCH | oklch(0.664 0.144 336.3) |
Copy-ready code
/* CSS */
color: #c96eb4;
background-color: #c96eb4;
/* Tailwind (arbitrary) */
class="text-[#c96eb4] bg-[#c96eb4]"
/* SCSS */
$brand: #c96eb4;
/* SwiftUI */
Color(red: 0.788, green: 0.431, blue: 0.706)
/* Android */
Color.parseColor("#c96eb4")Accessibility — WCAG contrast
Aa
#c96eb4 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96eb4 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow10.4%
Key (black)21.2%
Color previews
#c96eb4 text on a black background
contrast 6.37:1
Card sample
#c96eb4 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96eb4;
Background color
Panel with #c96eb4 background
background-color: #c96eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 110, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 110, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96eb4; background: linear-gradient(135deg, #c96eb4, #C96E77);