#cf4fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 172
HSL
316°, 57%, 56%
CMYK
0, 62, 17, 19
Luminance
0.2184
Every format
| HEX | #cf4fac |
| RGB | rgb(207, 79, 172) |
| HSL | hsl(316, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 17%, 19%) |
| LAB | lab(53.9 60.6 -24.4) |
| LCH | lch(53.9 65.3 338.1) |
| OKLCH | oklch(0.627 0.191 339.9) |
Copy-ready code
/* CSS */
color: #cf4fac;
background-color: #cf4fac;
/* Tailwind (arbitrary) */
class="text-[#cf4fac] bg-[#cf4fac]"
/* SCSS */
$brand: #cf4fac;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.675)
/* Android */
Color.parseColor("#cf4fac")Accessibility — WCAG contrast
Aa
#cf4fac on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fac on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow16.9%
Key (black)18.8%
Color previews
#cf4fac text on a black background
contrast 5.37:1
Card sample
#cf4fac text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fac;
Background color
Panel with #cf4fac background
background-color: #cf4fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fac; background: linear-gradient(135deg, #cf4fac, #CF4F57);