#cf2ab2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 42, 178
HSL
311°, 66%, 49%
CMYK
0, 80, 14, 19
Luminance
0.1814
Every format
| HEX | #cf2ab2 |
| RGB | rgb(207, 42, 178) |
| HSL | hsl(311, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 14%, 19%) |
| LAB | lab(49.7 74.0 -34.4) |
| LCH | lch(49.7 81.6 335.0) |
| OKLCH | oklch(0.598 0.237 336.7) |
Copy-ready code
/* CSS */
color: #cf2ab2;
background-color: #cf2ab2;
/* Tailwind (arbitrary) */
class="text-[#cf2ab2] bg-[#cf2ab2]"
/* SCSS */
$brand: #cf2ab2;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.698)
/* Android */
Color.parseColor("#cf2ab2")Accessibility — WCAG contrast
Aa
#cf2ab2 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2ab2 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow14.0%
Key (black)18.8%
Color previews
#cf2ab2 text on a black background
contrast 4.63:1
Card sample
#cf2ab2 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ab2;
Background color
Panel with #cf2ab2 background
background-color: #cf2ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ab2; background: linear-gradient(135deg, #cf2ab2, #CF2A44);