#cf3dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 172
HSL
314°, 60%, 53%
CMYK
0, 71, 17, 19
Luminance
0.1958
Every format
| HEX | #cf3dac |
| RGB | rgb(207, 61, 172) |
| HSL | hsl(314, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 17%, 19%) |
| LAB | lab(51.4 67.5 -28.2) |
| LCH | lch(51.4 73.2 337.3) |
| OKLCH | oklch(0.609 0.214 339.1) |
Copy-ready code
/* CSS */
color: #cf3dac;
background-color: #cf3dac;
/* Tailwind (arbitrary) */
class="text-[#cf3dac] bg-[#cf3dac]"
/* SCSS */
$brand: #cf3dac;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.675)
/* Android */
Color.parseColor("#cf3dac")Accessibility — WCAG contrast
Aa
#cf3dac on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3dac on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cf3dac text on a black background
contrast 4.92:1
Card sample
#cf3dac text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3dac;
Background color
Panel with #cf3dac background
background-color: #cf3dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3dac; background: linear-gradient(135deg, #cf3dac, #CF3D4A);