#cf3cb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 60, 177
HSL
312°, 61%, 52%
CMYK
0, 71, 15, 19
Luminance
0.1967
Every format
| HEX | #cf3cb1 |
| RGB | rgb(207, 60, 177) |
| HSL | hsl(312, 61%, 52%) |
| CMYK | cmyk(0%, 71%, 15%, 19%) |
| LAB | lab(51.5 68.5 -31.0) |
| LCH | lch(51.5 75.2 335.7) |
| OKLCH | oklch(0.611 0.219 337.4) |
Copy-ready code
/* CSS */
color: #cf3cb1;
background-color: #cf3cb1;
/* Tailwind (arbitrary) */
class="text-[#cf3cb1] bg-[#cf3cb1]"
/* SCSS */
$brand: #cf3cb1;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.694)
/* Android */
Color.parseColor("#cf3cb1")Accessibility — WCAG contrast
Aa
#cf3cb1 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cb1 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow14.5%
Key (black)18.8%
Color previews
#cf3cb1 text on a black background
contrast 4.93:1
Card sample
#cf3cb1 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cb1;
Background color
Panel with #cf3cb1 background
background-color: #cf3cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cb1; background: linear-gradient(135deg, #cf3cb1, #CF3C4F);