#cf50d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 210
HSL
299°, 59%, 57%
CMYK
1, 62, 0, 18
Luminance
0.2366
Every format
| HEX | #cf50d2 |
| RGB | rgb(207, 80, 210) |
| HSL | hsl(299, 59%, 57%) |
| CMYK | cmyk(1%, 62%, 0%, 18%) |
| LAB | lab(55.7 66.2 -43.3) |
| LCH | lch(55.7 79.1 326.8) |
| OKLCH | oklch(0.647 0.219 326.8) |
Copy-ready code
/* CSS */
color: #cf50d2;
background-color: #cf50d2;
/* Tailwind (arbitrary) */
class="text-[#cf50d2] bg-[#cf50d2]"
/* SCSS */
$brand: #cf50d2;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.824)
/* Android */
Color.parseColor("#cf50d2")Accessibility — WCAG contrast
Aa
#cf50d2 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50d2 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta61.9%
Yellow0.0%
Key (black)17.6%
Color previews
#cf50d2 text on a black background
contrast 5.73:1
Card sample
#cf50d2 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50d2;
Background color
Panel with #cf50d2 background
background-color: #cf50d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50d2; background: linear-gradient(135deg, #cf50d2, #D2507E);