#cf4563
a balanced, vivid red · warm · closest name: crimson
RGB
207, 69, 99
HSL
347°, 59%, 54%
CMYK
0, 67, 52, 19
Luminance
0.1842
Every format
| HEX | #cf4563 |
| RGB | rgb(207, 69, 99) |
| HSL | hsl(347, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 52%, 19%) |
| LAB | lab(50.0 56.3 13.4) |
| LCH | lch(50.0 57.9 13.4) |
| OKLCH | oklch(0.591 0.174 11.3) |
Copy-ready code
/* CSS */
color: #cf4563;
background-color: #cf4563;
/* Tailwind (arbitrary) */
class="text-[#cf4563] bg-[#cf4563]"
/* SCSS */
$brand: #cf4563;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.388)
/* Android */
Color.parseColor("#cf4563")Accessibility — WCAG contrast
Aa
#cf4563 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4563 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow52.2%
Key (black)18.8%
Color previews
#cf4563 text on a black background
contrast 4.68:1
Card sample
#cf4563 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4563;
Background color
Panel with #cf4563 background
background-color: #cf4563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4563; background: linear-gradient(135deg, #cf4563, #CF8345);