#cf2178
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 33, 120
HSL
330°, 73%, 47%
CMYK
0, 84, 42, 19
Luminance
0.1571
Every format
| HEX | #cf2178 |
| RGB | rgb(207, 33, 120) |
| HSL | hsl(330, 73%, 47%) |
| CMYK | cmyk(0%, 84%, 42%, 19%) |
| LAB | lab(46.6 69.4 -4.3) |
| LCH | lch(46.6 69.5 356.5) |
| OKLCH | oklch(0.568 0.214 357.2) |
Copy-ready code
/* CSS */
color: #cf2178;
background-color: #cf2178;
/* Tailwind (arbitrary) */
class="text-[#cf2178] bg-[#cf2178]"
/* SCSS */
$brand: #cf2178;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.471)
/* Android */
Color.parseColor("#cf2178")Accessibility — WCAG contrast
Aa
#cf2178 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2178 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow42.0%
Key (black)18.8%
Color previews
#cf2178 text on a black background
contrast 4.14:1
Card sample
#cf2178 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2178;
Background color
Panel with #cf2178 background
background-color: #cf2178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2178; background: linear-gradient(135deg, #cf2178, #CF3E21);