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