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