#cf2dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 45, 172
HSL
313°, 64%, 49%
CMYK
0, 78, 17, 19
Luminance
0.1812
Every format
| HEX | #cf2dac |
| RGB | rgb(207, 45, 172) |
| HSL | hsl(313, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 17%, 19%) |
| LAB | lab(49.6 72.4 -30.9) |
| LCH | lch(49.6 78.7 336.9) |
| OKLCH | oklch(0.597 0.231 338.7) |
Copy-ready code
/* CSS */
color: #cf2dac;
background-color: #cf2dac;
/* Tailwind (arbitrary) */
class="text-[#cf2dac] bg-[#cf2dac]"
/* SCSS */
$brand: #cf2dac;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#cf2dac")Accessibility — WCAG contrast
Aa
#cf2dac on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2dac on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow16.9%
Key (black)18.8%
Color previews
#cf2dac text on a black background
contrast 4.62:1
Card sample
#cf2dac text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2dac;
Background color
Panel with #cf2dac background
background-color: #cf2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2dac; background: linear-gradient(135deg, #cf2dac, #CF2D40);