#cc225b
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
204, 34, 91
HSL
340°, 71%, 47%
CMYK
0, 83, 55, 20
Luminance
0.1474
Every format
| HEX | #cc225b |
| RGB | rgb(204, 34, 91) |
| HSL | hsl(340, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 55%, 20%) |
| LAB | lab(45.3 66.0 11.7) |
| LCH | lch(45.3 67.0 10.0) |
| OKLCH | oklch(0.554 0.203 8.4) |
Copy-ready code
/* CSS */
color: #cc225b;
background-color: #cc225b;
/* Tailwind (arbitrary) */
class="text-[#cc225b] bg-[#cc225b]"
/* SCSS */
$brand: #cc225b;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.357)
/* Android */
Color.parseColor("#cc225b")Accessibility — WCAG contrast
Aa
#cc225b on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc225b on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow55.4%
Key (black)20.0%
Color previews
#cc225b text on a black background
contrast 3.95:1
Card sample
#cc225b text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc225b;
Background color
Panel with #cc225b background
background-color: #cc225b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc225b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc225b; background: linear-gradient(135deg, #cc225b, #CC5A22);