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