#cf2d99
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 45, 153
HSL
320°, 64%, 49%
CMYK
0, 78, 26, 19
Luminance
0.1744
Every format
| HEX | #cf2d99 |
| RGB | rgb(207, 45, 153) |
| HSL | hsl(320, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 26%, 19%) |
| LAB | lab(48.8 70.0 -20.9) |
| LCH | lch(48.8 73.0 343.3) |
| OKLCH | oklch(0.588 0.220 345.3) |
Copy-ready code
/* CSS */
color: #cf2d99;
background-color: #cf2d99;
/* Tailwind (arbitrary) */
class="text-[#cf2d99] bg-[#cf2d99]"
/* SCSS */
$brand: #cf2d99;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.600)
/* Android */
Color.parseColor("#cf2d99")Accessibility — WCAG contrast
Aa
#cf2d99 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2d99 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow26.1%
Key (black)18.8%
Color previews
#cf2d99 text on a black background
contrast 4.49:1
Card sample
#cf2d99 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2d99;
Background color
Panel with #cf2d99 background
background-color: #cf2d99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2d99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2d99; background: linear-gradient(135deg, #cf2d99, #CF2D2D);