#cf3c65
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 60, 101
HSL
343°, 61%, 52%
CMYK
0, 71, 51, 19
Luminance
0.1744
Every format
| HEX | #cf3c65 |
| RGB | rgb(207, 60, 101) |
| HSL | hsl(343, 61%, 52%) |
| CMYK | cmyk(0%, 71%, 51%, 19%) |
| LAB | lab(48.8 59.9 10.5) |
| LCH | lch(48.8 60.9 10.0) |
| OKLCH | oklch(0.582 0.184 8.4) |
Copy-ready code
/* CSS */
color: #cf3c65;
background-color: #cf3c65;
/* Tailwind (arbitrary) */
class="text-[#cf3c65] bg-[#cf3c65]"
/* SCSS */
$brand: #cf3c65;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.396)
/* Android */
Color.parseColor("#cf3c65")Accessibility — WCAG contrast
Aa
#cf3c65 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3c65 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow51.2%
Key (black)18.8%
Color previews
#cf3c65 text on a black background
contrast 4.49:1
Card sample
#cf3c65 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3c65;
Background color
Panel with #cf3c65 background
background-color: #cf3c65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3c65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3c65; background: linear-gradient(135deg, #cf3c65, #CF753C);