#cf375c
a balanced, vivid red · warm · closest name: crimson
RGB
207, 55, 92
HSL
345°, 61%, 51%
CMYK
0, 73, 56, 19
Luminance
0.1677
Every format
| HEX | #cf375c |
| RGB | rgb(207, 55, 92) |
| HSL | hsl(345, 61%, 51%) |
| CMYK | cmyk(0%, 73%, 56%, 19%) |
| LAB | lab(48.0 61.0 14.9) |
| LCH | lch(48.0 62.8 13.7) |
| OKLCH | oklch(0.576 0.188 11.4) |
Copy-ready code
/* CSS */
color: #cf375c;
background-color: #cf375c;
/* Tailwind (arbitrary) */
class="text-[#cf375c] bg-[#cf375c]"
/* SCSS */
$brand: #cf375c;
/* SwiftUI */
Color(red: 0.812, green: 0.216, blue: 0.361)
/* Android */
Color.parseColor("#cf375c")Accessibility — WCAG contrast
Aa
#cf375c on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf375c on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow55.6%
Key (black)18.8%
Color previews
#cf375c text on a black background
contrast 4.35:1
Card sample
#cf375c text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf375c;
Background color
Panel with #cf375c background
background-color: #cf375c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf375c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 55, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 55, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf375c; background: linear-gradient(135deg, #cf375c, #CF7737);