#cf4f94
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 148
HSL
328°, 57%, 56%
CMYK
0, 62, 29, 19
Luminance
0.2100
Every format
| HEX | #cf4f94 |
| RGB | rgb(207, 79, 148) |
| HSL | hsl(328, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 29%, 19%) |
| LAB | lab(53.0 57.3 -11.7) |
| LCH | lch(53.0 58.5 348.5) |
| OKLCH | oklch(0.618 0.177 350.1) |
Copy-ready code
/* CSS */
color: #cf4f94;
background-color: #cf4f94;
/* Tailwind (arbitrary) */
class="text-[#cf4f94] bg-[#cf4f94]"
/* SCSS */
$brand: #cf4f94;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.580)
/* Android */
Color.parseColor("#cf4f94")Accessibility — WCAG contrast
Aa
#cf4f94 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f94 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow28.5%
Key (black)18.8%
Color previews
#cf4f94 text on a black background
contrast 5.20:1
Card sample
#cf4f94 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f94;
Background color
Panel with #cf4f94 background
background-color: #cf4f94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f94; background: linear-gradient(135deg, #cf4f94, #CF604F);