#cf4192
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 146
HSL
326°, 60%, 53%
CMYK
0, 69, 30, 19
Luminance
0.1912
Every format
| HEX | #cf4192 |
| RGB | rgb(207, 65, 146) |
| HSL | hsl(326, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 30%, 19%) |
| LAB | lab(50.8 62.7 -13.7) |
| LCH | lch(50.8 64.2 347.7) |
| OKLCH | oklch(0.602 0.194 349.4) |
Copy-ready code
/* CSS */
color: #cf4192;
background-color: #cf4192;
/* Tailwind (arbitrary) */
class="text-[#cf4192] bg-[#cf4192]"
/* SCSS */
$brand: #cf4192;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.573)
/* Android */
Color.parseColor("#cf4192")Accessibility — WCAG contrast
Aa
#cf4192 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4192 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow29.5%
Key (black)18.8%
Color previews
#cf4192 text on a black background
contrast 4.82:1
Card sample
#cf4192 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4192;
Background color
Panel with #cf4192 background
background-color: #cf4192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4192; background: linear-gradient(135deg, #cf4192, #CF4F41);