#cf22ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 172
HSL
312°, 72%, 47%
CMYK
0, 84, 17, 19
Luminance
0.1739
Every format
| HEX | #cf22ac |
| RGB | rgb(207, 34, 172) |
| HSL | hsl(312, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 17%, 19%) |
| LAB | lab(48.8 75.0 -32.3) |
| LCH | lch(48.8 81.7 336.7) |
| OKLCH | oklch(0.590 0.240 338.5) |
Copy-ready code
/* CSS */
color: #cf22ac;
background-color: #cf22ac;
/* Tailwind (arbitrary) */
class="text-[#cf22ac] bg-[#cf22ac]"
/* SCSS */
$brand: #cf22ac;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.675)
/* Android */
Color.parseColor("#cf22ac")Accessibility — WCAG contrast
Aa
#cf22ac on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf22ac on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow16.9%
Key (black)18.8%
Color previews
#cf22ac text on a black background
contrast 4.48:1
Card sample
#cf22ac text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22ac;
Background color
Panel with #cf22ac background
background-color: #cf22ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22ac; background: linear-gradient(135deg, #cf22ac, #CF2239);