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