#cf448f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 143
HSL
328°, 59%, 54%
CMYK
0, 67, 31, 19
Luminance
0.1938
Every format
| HEX | #cf448f |
| RGB | rgb(207, 68, 143) |
| HSL | hsl(328, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 31%, 19%) |
| LAB | lab(51.1 61.2 -11.4) |
| LCH | lch(51.1 62.2 349.4) |
| OKLCH | oklch(0.604 0.189 351.0) |
Copy-ready code
/* CSS */
color: #cf448f;
background-color: #cf448f;
/* Tailwind (arbitrary) */
class="text-[#cf448f] bg-[#cf448f]"
/* SCSS */
$brand: #cf448f;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.561)
/* Android */
Color.parseColor("#cf448f")Accessibility — WCAG contrast
Aa
#cf448f on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf448f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow30.9%
Key (black)18.8%
Color previews
#cf448f text on a black background
contrast 4.88:1
Card sample
#cf448f text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf448f;
Background color
Panel with #cf448f background
background-color: #cf448f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf448f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf448f; background: linear-gradient(135deg, #cf448f, #CF5644);