#cf3dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 191
HSL
307°, 60%, 53%
CMYK
0, 71, 8, 19
Luminance
0.2036
Every format
| HEX | #cf3dbf |
| RGB | rgb(207, 61, 191) |
| HSL | hsl(307, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 8%, 19%) |
| LAB | lab(52.3 70.3 -37.9) |
| LCH | lch(52.3 79.8 331.6) |
| OKLCH | oklch(0.618 0.228 332.8) |
Copy-ready code
/* CSS */
color: #cf3dbf;
background-color: #cf3dbf;
/* Tailwind (arbitrary) */
class="text-[#cf3dbf] bg-[#cf3dbf]"
/* SCSS */
$brand: #cf3dbf;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.749)
/* Android */
Color.parseColor("#cf3dbf")Accessibility — WCAG contrast
Aa
#cf3dbf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3dbf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow7.7%
Key (black)18.8%
Color previews
#cf3dbf text on a black background
contrast 5.07:1
Card sample
#cf3dbf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3dbf;
Background color
Panel with #cf3dbf background
background-color: #cf3dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3dbf; background: linear-gradient(135deg, #cf3dbf, #CF3D5D);