#cc23af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 35, 175
HSL
310°, 71%, 47%
CMYK
0, 83, 14, 20
Luminance
0.1713
Every format
| HEX | #cc23af |
| RGB | rgb(204, 35, 175) |
| HSL | hsl(310, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 14%, 20%) |
| LAB | lab(48.4 74.5 -34.6) |
| LCH | lch(48.4 82.2 335.1) |
| OKLCH | oklch(0.587 0.239 336.8) |
Copy-ready code
/* CSS */
color: #cc23af;
background-color: #cc23af;
/* Tailwind (arbitrary) */
class="text-[#cc23af] bg-[#cc23af]"
/* SCSS */
$brand: #cc23af;
/* SwiftUI */
Color(red: 0.800, green: 0.137, blue: 0.686)
/* Android */
Color.parseColor("#cc23af")Accessibility — WCAG contrast
Aa
#cc23af on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc23af on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta82.8%
Yellow14.2%
Key (black)20.0%
Color previews
#cc23af text on a black background
contrast 4.43:1
Card sample
#cc23af text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc23af;
Background color
Panel with #cc23af background
background-color: #cc23af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc23af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 35, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 35, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc23af; background: linear-gradient(135deg, #cc23af, #CC233E);