#cf3da0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 160
HSL
319°, 60%, 53%
CMYK
0, 71, 23, 19
Luminance
0.1914
Every format
| HEX | #cf3da0 |
| RGB | rgb(207, 61, 160) |
| HSL | hsl(319, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 23%, 19%) |
| LAB | lab(50.9 65.9 -22.0) |
| LCH | lch(50.9 69.4 341.6) |
| OKLCH | oklch(0.604 0.207 343.5) |
Copy-ready code
/* CSS */
color: #cf3da0;
background-color: #cf3da0;
/* Tailwind (arbitrary) */
class="text-[#cf3da0] bg-[#cf3da0]"
/* SCSS */
$brand: #cf3da0;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.627)
/* Android */
Color.parseColor("#cf3da0")Accessibility — WCAG contrast
Aa
#cf3da0 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3da0 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow22.7%
Key (black)18.8%
Color previews
#cf3da0 text on a black background
contrast 4.83:1
Card sample
#cf3da0 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3da0;
Background color
Panel with #cf3da0 background
background-color: #cf3da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3da0; background: linear-gradient(135deg, #cf3da0, #CF3D3F);