#cf4497
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 151
HSL
324°, 59%, 54%
CMYK
0, 67, 27, 19
Luminance
0.1963
Every format
| HEX | #cf4497 |
| RGB | rgb(207, 68, 151) |
| HSL | hsl(324, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 27%, 19%) |
| LAB | lab(51.4 62.2 -15.8) |
| LCH | lch(51.4 64.1 345.8) |
| OKLCH | oklch(0.607 0.193 347.6) |
Copy-ready code
/* CSS */
color: #cf4497;
background-color: #cf4497;
/* Tailwind (arbitrary) */
class="text-[#cf4497] bg-[#cf4497]"
/* SCSS */
$brand: #cf4497;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.592)
/* Android */
Color.parseColor("#cf4497")Accessibility — WCAG contrast
Aa
#cf4497 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4497 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow27.1%
Key (black)18.8%
Color previews
#cf4497 text on a black background
contrast 4.93:1
Card sample
#cf4497 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4497;
Background color
Panel with #cf4497 background
background-color: #cf4497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4497; background: linear-gradient(135deg, #cf4497, #CF4E44);