#cf447f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 127
HSL
335°, 59%, 54%
CMYK
0, 67, 39, 19
Luminance
0.1893
Every format
| HEX | #cf447f |
| RGB | rgb(207, 68, 127) |
| HSL | hsl(335, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 39%, 19%) |
| LAB | lab(50.6 59.4 -2.6) |
| LCH | lch(50.6 59.4 357.5) |
| OKLCH | oklch(0.598 0.182 358.1) |
Copy-ready code
/* CSS */
color: #cf447f;
background-color: #cf447f;
/* Tailwind (arbitrary) */
class="text-[#cf447f] bg-[#cf447f]"
/* SCSS */
$brand: #cf447f;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.498)
/* Android */
Color.parseColor("#cf447f")Accessibility — WCAG contrast
Aa
#cf447f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf447f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cf447f text on a black background
contrast 4.79:1
Card sample
#cf447f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf447f;
Background color
Panel with #cf447f background
background-color: #cf447f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf447f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf447f; background: linear-gradient(135deg, #cf447f, #CF6644);