#cf2dae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 45, 174
HSL
312°, 64%, 49%
CMYK
0, 78, 16, 19
Luminance
0.1820
Every format
| HEX | #cf2dae |
| RGB | rgb(207, 45, 174) |
| HSL | hsl(312, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 16%, 19%) |
| LAB | lab(49.7 72.7 -31.9) |
| LCH | lch(49.7 79.4 336.3) |
| OKLCH | oklch(0.598 0.232 338.0) |
Copy-ready code
/* CSS */
color: #cf2dae;
background-color: #cf2dae;
/* Tailwind (arbitrary) */
class="text-[#cf2dae] bg-[#cf2dae]"
/* SCSS */
$brand: #cf2dae;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.682)
/* Android */
Color.parseColor("#cf2dae")Accessibility — WCAG contrast
Aa
#cf2dae on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2dae on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow15.9%
Key (black)18.8%
Color previews
#cf2dae text on a black background
contrast 4.64:1
Card sample
#cf2dae text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2dae;
Background color
Panel with #cf2dae background
background-color: #cf2dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2dae; background: linear-gradient(135deg, #cf2dae, #CF2D42);