#cf4f9f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 159
HSL
323°, 57%, 56%
CMYK
0, 62, 23, 19
Luminance
0.2136
Every format
| HEX | #cf4f9f |
| RGB | rgb(207, 79, 159) |
| HSL | hsl(323, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 23%, 19%) |
| LAB | lab(53.4 58.8 -17.6) |
| LCH | lch(53.4 61.3 343.4) |
| OKLCH | oklch(0.622 0.183 345.3) |
Copy-ready code
/* CSS */
color: #cf4f9f;
background-color: #cf4f9f;
/* Tailwind (arbitrary) */
class="text-[#cf4f9f] bg-[#cf4f9f]"
/* SCSS */
$brand: #cf4f9f;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.624)
/* Android */
Color.parseColor("#cf4f9f")Accessibility — WCAG contrast
Aa
#cf4f9f on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f9f on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow23.2%
Key (black)18.8%
Color previews
#cf4f9f text on a black background
contrast 5.27:1
Card sample
#cf4f9f text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f9f;
Background color
Panel with #cf4f9f background
background-color: #cf4f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f9f; background: linear-gradient(135deg, #cf4f9f, #CF544F);