#cf4366
a balanced, vivid red · warm · closest name: crimson
RGB
207, 67, 102
HSL
345°, 59%, 54%
CMYK
0, 68, 51, 19
Luminance
0.1824
Every format
| HEX | #cf4366 |
| RGB | rgb(207, 67, 102) |
| HSL | hsl(345, 59%, 54%) |
| CMYK | cmyk(0%, 68%, 51%, 19%) |
| LAB | lab(49.8 57.4 11.3) |
| LCH | lch(49.8 58.5 11.1) |
| OKLCH | oklch(0.590 0.177 9.4) |
Copy-ready code
/* CSS */
color: #cf4366;
background-color: #cf4366;
/* Tailwind (arbitrary) */
class="text-[#cf4366] bg-[#cf4366]"
/* SCSS */
$brand: #cf4366;
/* SwiftUI */
Color(red: 0.812, green: 0.263, blue: 0.400)
/* Android */
Color.parseColor("#cf4366")Accessibility — WCAG contrast
Aa
#cf4366 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4366 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow50.7%
Key (black)18.8%
Color previews
#cf4366 text on a black background
contrast 4.65:1
Card sample
#cf4366 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4366;
Background color
Panel with #cf4366 background
background-color: #cf4366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 67, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 67, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4366; background: linear-gradient(135deg, #cf4366, #CF7D43);