#cf3ab7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 58, 183
HSL
310°, 61%, 52%
CMYK
0, 72, 12, 19
Luminance
0.1971
Every format
| HEX | #cf3ab7 |
| RGB | rgb(207, 58, 183) |
| HSL | hsl(310, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 12%, 19%) |
| LAB | lab(51.5 70.1 -34.4) |
| LCH | lch(51.5 78.1 333.8) |
| OKLCH | oklch(0.612 0.225 335.3) |
Copy-ready code
/* CSS */
color: #cf3ab7;
background-color: #cf3ab7;
/* Tailwind (arbitrary) */
class="text-[#cf3ab7] bg-[#cf3ab7]"
/* SCSS */
$brand: #cf3ab7;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.718)
/* Android */
Color.parseColor("#cf3ab7")Accessibility — WCAG contrast
Aa
#cf3ab7 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ab7 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow11.6%
Key (black)18.8%
Color previews
#cf3ab7 text on a black background
contrast 4.94:1
Card sample
#cf3ab7 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ab7;
Background color
Panel with #cf3ab7 background
background-color: #cf3ab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ab7; background: linear-gradient(135deg, #cf3ab7, #CF3A54);