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