#cf408f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 64, 143
HSL
327°, 60%, 53%
CMYK
0, 69, 31, 19
Luminance
0.1892
Every format
| HEX | #cf408f |
| RGB | rgb(207, 64, 143) |
| HSL | hsl(327, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 31%, 19%) |
| LAB | lab(50.6 62.7 -12.3) |
| LCH | lch(50.6 63.9 348.9) |
| OKLCH | oklch(0.600 0.194 350.5) |
Copy-ready code
/* CSS */
color: #cf408f;
background-color: #cf408f;
/* Tailwind (arbitrary) */
class="text-[#cf408f] bg-[#cf408f]"
/* SCSS */
$brand: #cf408f;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.561)
/* Android */
Color.parseColor("#cf408f")Accessibility — WCAG contrast
Aa
#cf408f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf408f on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow30.9%
Key (black)18.8%
Color previews
#cf408f text on a black background
contrast 4.78:1
Card sample
#cf408f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf408f;
Background color
Panel with #cf408f background
background-color: #cf408f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf408f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf408f; background: linear-gradient(135deg, #cf408f, #CF5040);