#cf3da9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 169
HSL
316°, 60%, 53%
CMYK
0, 71, 18, 19
Luminance
0.1947
Every format
| HEX | #cf3da9 |
| RGB | rgb(207, 61, 169) |
| HSL | hsl(316, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 18%, 19%) |
| LAB | lab(51.2 67.1 -26.7) |
| LCH | lch(51.2 72.2 338.3) |
| OKLCH | oklch(0.608 0.212 340.2) |
Copy-ready code
/* CSS */
color: #cf3da9;
background-color: #cf3da9;
/* Tailwind (arbitrary) */
class="text-[#cf3da9] bg-[#cf3da9]"
/* SCSS */
$brand: #cf3da9;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.663)
/* Android */
Color.parseColor("#cf3da9")Accessibility — WCAG contrast
Aa
#cf3da9 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3da9 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow18.4%
Key (black)18.8%
Color previews
#cf3da9 text on a black background
contrast 4.89:1
Card sample
#cf3da9 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3da9;
Background color
Panel with #cf3da9 background
background-color: #cf3da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3da9; background: linear-gradient(135deg, #cf3da9, #CF3D48);