#cf4187
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 135
HSL
330°, 60%, 53%
CMYK
0, 69, 35, 19
Luminance
0.1880
Every format
| HEX | #cf4187 |
| RGB | rgb(207, 65, 135) |
| HSL | hsl(330, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 35%, 19%) |
| LAB | lab(50.5 61.4 -7.7) |
| LCH | lch(50.5 61.9 352.9) |
| OKLCH | oklch(0.598 0.189 354.1) |
Copy-ready code
/* CSS */
color: #cf4187;
background-color: #cf4187;
/* Tailwind (arbitrary) */
class="text-[#cf4187] bg-[#cf4187]"
/* SCSS */
$brand: #cf4187;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.529)
/* Android */
Color.parseColor("#cf4187")Accessibility — WCAG contrast
Aa
#cf4187 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4187 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow34.8%
Key (black)18.8%
Color previews
#cf4187 text on a black background
contrast 4.76:1
Card sample
#cf4187 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4187;
Background color
Panel with #cf4187 background
background-color: #cf4187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4187; background: linear-gradient(135deg, #cf4187, #CF5941);