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