#cc233f
a balanced, vivid red · warm · closest name: crimson
RGB
204, 35, 63
HSL
350°, 71%, 47%
CMYK
0, 83, 69, 20
Luminance
0.1440
Every format
| HEX | #cc233f |
| RGB | rgb(204, 35, 63) |
| HSL | hsl(350, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 69%, 20%) |
| LAB | lab(44.8 64.2 28.3) |
| LCH | lch(44.8 70.1 23.8) |
| OKLCH | oklch(0.549 0.201 19.2) |
Copy-ready code
/* CSS */
color: #cc233f;
background-color: #cc233f;
/* Tailwind (arbitrary) */
class="text-[#cc233f] bg-[#cc233f]"
/* SCSS */
$brand: #cc233f;
/* SwiftUI */
Color(red: 0.800, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#cc233f")Accessibility — WCAG contrast
Aa
#cc233f on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc233f on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta82.8%
Yellow69.1%
Key (black)20.0%
Color previews
#cc233f text on a black background
contrast 3.88:1
Card sample
#cc233f text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc233f;
Background color
Panel with #cc233f background
background-color: #cc233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc233f; background: linear-gradient(135deg, #cc233f, #CC7823);