#cf3abd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 58, 189
HSL
307°, 61%, 52%
CMYK
0, 72, 9, 19
Luminance
0.1997
Every format
| HEX | #cf3abd |
| RGB | rgb(207, 58, 189) |
| HSL | hsl(307, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 9%, 19%) |
| LAB | lab(51.8 71.0 -37.5) |
| LCH | lch(51.8 80.2 332.2) |
| OKLCH | oklch(0.615 0.229 333.4) |
Copy-ready code
/* CSS */
color: #cf3abd;
background-color: #cf3abd;
/* Tailwind (arbitrary) */
class="text-[#cf3abd] bg-[#cf3abd]"
/* SCSS */
$brand: #cf3abd;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.741)
/* Android */
Color.parseColor("#cf3abd")Accessibility — WCAG contrast
Aa
#cf3abd on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3abd on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow8.7%
Key (black)18.8%
Color previews
#cf3abd text on a black background
contrast 4.99:1
Card sample
#cf3abd text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3abd;
Background color
Panel with #cf3abd background
background-color: #cf3abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3abd; background: linear-gradient(135deg, #cf3abd, #CF3A5A);