#cf4176
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 65, 118
HSL
338°, 60%, 53%
CMYK
0, 69, 43, 19
Luminance
0.1835
Every format
| HEX | #cf4176 |
| RGB | rgb(207, 65, 118) |
| HSL | hsl(338, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 43%, 19%) |
| LAB | lab(49.9 59.6 1.8) |
| LCH | lch(49.9 59.6 1.7) |
| OKLCH | oklch(0.592 0.183 1.7) |
Copy-ready code
/* CSS */
color: #cf4176;
background-color: #cf4176;
/* Tailwind (arbitrary) */
class="text-[#cf4176] bg-[#cf4176]"
/* SCSS */
$brand: #cf4176;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.463)
/* Android */
Color.parseColor("#cf4176")Accessibility — WCAG contrast
Aa
#cf4176 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4176 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow43.0%
Key (black)18.8%
Color previews
#cf4176 text on a black background
contrast 4.67:1
Card sample
#cf4176 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4176;
Background color
Panel with #cf4176 background
background-color: #cf4176;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4176;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4176; background: linear-gradient(135deg, #cf4176, #CF6B41);