#cf345f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 52, 95
HSL
343°, 62%, 51%
CMYK
0, 75, 54, 19
Luminance
0.1655
Every format
| HEX | #cf345f |
| RGB | rgb(207, 52, 95) |
| HSL | hsl(343, 62%, 51%) |
| CMYK | cmyk(0%, 75%, 54%, 19%) |
| LAB | lab(47.7 62.2 12.6) |
| LCH | lch(47.7 63.5 11.5) |
| OKLCH | oklch(0.574 0.192 9.6) |
Copy-ready code
/* CSS */
color: #cf345f;
background-color: #cf345f;
/* Tailwind (arbitrary) */
class="text-[#cf345f] bg-[#cf345f]"
/* SCSS */
$brand: #cf345f;
/* SwiftUI */
Color(red: 0.812, green: 0.204, blue: 0.373)
/* Android */
Color.parseColor("#cf345f")Accessibility — WCAG contrast
Aa
#cf345f on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf345f on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow54.1%
Key (black)18.8%
Color previews
#cf345f text on a black background
contrast 4.31:1
Card sample
#cf345f text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf345f;
Background color
Panel with #cf345f background
background-color: #cf345f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf345f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 52, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 52, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf345f; background: linear-gradient(135deg, #cf345f, #CF7034);