#cc558b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 85, 139
HSL
333°, 54%, 57%
CMYK
0, 58, 32, 20
Luminance
0.2120
Every format
| HEX | #cc558b |
| RGB | rgb(204, 85, 139) |
| HSL | hsl(333, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 32%, 20%) |
| LAB | lab(53.2 52.6 -6.1) |
| LCH | lch(53.2 53.0 353.4) |
| OKLCH | oklch(0.617 0.161 354.5) |
Copy-ready code
/* CSS */
color: #cc558b;
background-color: #cc558b;
/* Tailwind (arbitrary) */
class="text-[#cc558b] bg-[#cc558b]"
/* SCSS */
$brand: #cc558b;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.545)
/* Android */
Color.parseColor("#cc558b")Accessibility — WCAG contrast
Aa
#cc558b on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc558b on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow31.9%
Key (black)20.0%
Color previews
#cc558b text on a black background
contrast 5.24:1
Card sample
#cc558b text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc558b;
Background color
Panel with #cc558b background
background-color: #cc558b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc558b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc558b; background: linear-gradient(135deg, #cc558b, #CC6F55);