#cf4dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 77, 172
HSL
316°, 58%, 56%
CMYK
0, 63, 17, 19
Luminance
0.2155
Every format
| HEX | #cf4dac |
| RGB | rgb(207, 77, 172) |
| HSL | hsl(316, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 17%, 19%) |
| LAB | lab(53.5 61.4 -24.9) |
| LCH | lch(53.5 66.3 338.0) |
| OKLCH | oklch(0.625 0.194 339.8) |
Copy-ready code
/* CSS */
color: #cf4dac;
background-color: #cf4dac;
/* Tailwind (arbitrary) */
class="text-[#cf4dac] bg-[#cf4dac]"
/* SCSS */
$brand: #cf4dac;
/* SwiftUI */
Color(red: 0.812, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#cf4dac")Accessibility — WCAG contrast
Aa
#cf4dac on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4dac on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow16.9%
Key (black)18.8%
Color previews
#cf4dac text on a black background
contrast 5.31:1
Card sample
#cf4dac text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4dac;
Background color
Panel with #cf4dac background
background-color: #cf4dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4dac; background: linear-gradient(135deg, #cf4dac, #CF4D55);