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