#cf449f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 159
HSL
321°, 59%, 54%
CMYK
0, 67, 23, 19
Luminance
0.1990
Every format
| HEX | #cf449f |
| RGB | rgb(207, 68, 159) |
| HSL | hsl(321, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 23%, 19%) |
| LAB | lab(51.7 63.2 -20.0) |
| LCH | lch(51.7 66.3 342.4) |
| OKLCH | oklch(0.610 0.198 344.4) |
Copy-ready code
/* CSS */
color: #cf449f;
background-color: #cf449f;
/* Tailwind (arbitrary) */
class="text-[#cf449f] bg-[#cf449f]"
/* SCSS */
$brand: #cf449f;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.624)
/* Android */
Color.parseColor("#cf449f")Accessibility — WCAG contrast
Aa
#cf449f on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf449f on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow23.2%
Key (black)18.8%
Color previews
#cf449f text on a black background
contrast 4.98:1
Card sample
#cf449f text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf449f;
Background color
Panel with #cf449f background
background-color: #cf449f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf449f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf449f; background: linear-gradient(135deg, #cf449f, #CF4644);