#cf2cc8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 44, 200
HSL
303°, 65%, 49%
CMYK
0, 79, 3, 19
Luminance
0.1924
Every format
| HEX | #cf2cc8 |
| RGB | rgb(207, 44, 200) |
| HSL | hsl(303, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 3%, 19%) |
| LAB | lab(51.0 76.6 -45.2) |
| LCH | lch(51.0 88.9 329.5) |
| OKLCH | oklch(0.611 0.250 330.1) |
Copy-ready code
/* CSS */
color: #cf2cc8;
background-color: #cf2cc8;
/* Tailwind (arbitrary) */
class="text-[#cf2cc8] bg-[#cf2cc8]"
/* SCSS */
$brand: #cf2cc8;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.784)
/* Android */
Color.parseColor("#cf2cc8")Accessibility — WCAG contrast
Aa
#cf2cc8 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cc8 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow3.4%
Key (black)18.8%
Color previews
#cf2cc8 text on a black background
contrast 4.85:1
Card sample
#cf2cc8 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cc8;
Background color
Panel with #cf2cc8 background
background-color: #cf2cc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cc8; background: linear-gradient(135deg, #cf2cc8, #CF2C5B);