#cf384f
a balanced, vivid red · warm · closest name: crimson
RGB
207, 56, 79
HSL
351°, 61%, 52%
CMYK
0, 73, 62, 19
Luminance
0.1666
Every format
| HEX | #cf384f |
| RGB | rgb(207, 56, 79) |
| HSL | hsl(351, 61%, 52%) |
| CMYK | cmyk(0%, 73%, 62%, 19%) |
| LAB | lab(47.8 59.8 22.6) |
| LCH | lch(47.8 63.9 20.7) |
| OKLCH | oklch(0.574 0.187 17.0) |
Copy-ready code
/* CSS */
color: #cf384f;
background-color: #cf384f;
/* Tailwind (arbitrary) */
class="text-[#cf384f] bg-[#cf384f]"
/* SCSS */
$brand: #cf384f;
/* SwiftUI */
Color(red: 0.812, green: 0.220, blue: 0.310)
/* Android */
Color.parseColor("#cf384f")Accessibility — WCAG contrast
Aa
#cf384f on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf384f on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow61.8%
Key (black)18.8%
Color previews
#cf384f text on a black background
contrast 4.33:1
Card sample
#cf384f text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf384f;
Background color
Panel with #cf384f background
background-color: #cf384f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf384f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 56, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 56, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf384f; background: linear-gradient(135deg, #cf384f, #CF8638);