#c9233f
a balanced, vivid red · warm · closest name: crimson
RGB
201, 35, 63
HSL
350°, 70%, 46%
CMYK
0, 83, 69, 21
Luminance
0.1398
Every format
| HEX | #c9233f |
| RGB | rgb(201, 35, 63) |
| HSL | hsl(350, 70%, 46%) |
| CMYK | cmyk(0%, 83%, 69%, 21%) |
| LAB | lab(44.2 63.3 27.5) |
| LCH | lch(44.2 69.0 23.4) |
| OKLCH | oklch(0.544 0.198 18.9) |
Copy-ready code
/* CSS */
color: #c9233f;
background-color: #c9233f;
/* Tailwind (arbitrary) */
class="text-[#c9233f] bg-[#c9233f]"
/* SCSS */
$brand: #c9233f;
/* SwiftUI */
Color(red: 0.788, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#c9233f")Accessibility — WCAG contrast
Aa
#c9233f on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c9233f on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow68.7%
Key (black)21.2%
Color previews
#c9233f text on a black background
contrast 3.80:1
Card sample
#c9233f text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9233f;
Background color
Panel with #c9233f background
background-color: #c9233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9233f; background: linear-gradient(135deg, #c9233f, #C97623);