#cf3ab4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 58, 180
HSL
311°, 61%, 52%
CMYK
0, 72, 13, 19
Luminance
0.1959
Every format
| HEX | #cf3ab4 |
| RGB | rgb(207, 58, 180) |
| HSL | hsl(311, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 13%, 19%) |
| LAB | lab(51.4 69.6 -32.9) |
| LCH | lch(51.4 77.0 334.7) |
| OKLCH | oklch(0.610 0.223 336.3) |
Copy-ready code
/* CSS */
color: #cf3ab4;
background-color: #cf3ab4;
/* Tailwind (arbitrary) */
class="text-[#cf3ab4] bg-[#cf3ab4]"
/* SCSS */
$brand: #cf3ab4;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.706)
/* Android */
Color.parseColor("#cf3ab4")Accessibility — WCAG contrast
Aa
#cf3ab4 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ab4 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow13.0%
Key (black)18.8%
Color previews
#cf3ab4 text on a black background
contrast 4.92:1
Card sample
#cf3ab4 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ab4;
Background color
Panel with #cf3ab4 background
background-color: #cf3ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ab4; background: linear-gradient(135deg, #cf3ab4, #CF3A51);