#cf5fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 172
HSL
319°, 54%, 59%
CMYK
0, 54, 17, 19
Luminance
0.2443
Every format
| HEX | #cf5fac |
| RGB | rgb(207, 95, 172) |
| HSL | hsl(319, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 17%, 19%) |
| LAB | lab(56.5 53.4 -20.3) |
| LCH | lch(56.5 57.1 339.2) |
| OKLCH | oklch(0.647 0.167 341.0) |
Copy-ready code
/* CSS */
color: #cf5fac;
background-color: #cf5fac;
/* Tailwind (arbitrary) */
class="text-[#cf5fac] bg-[#cf5fac]"
/* SCSS */
$brand: #cf5fac;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.675)
/* Android */
Color.parseColor("#cf5fac")Accessibility — WCAG contrast
Aa
#cf5fac on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fac on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow16.9%
Key (black)18.8%
Color previews
#cf5fac text on a black background
contrast 5.89:1
Card sample
#cf5fac text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fac;
Background color
Panel with #cf5fac background
background-color: #cf5fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fac; background: linear-gradient(135deg, #cf5fac, #CF5F61);