#cf22af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 175
HSL
311°, 72%, 47%
CMYK
0, 84, 16, 19
Luminance
0.1750
Every format
| HEX | #cf22af |
| RGB | rgb(207, 34, 175) |
| HSL | hsl(311, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 16%, 19%) |
| LAB | lab(48.9 75.4 -33.9) |
| LCH | lch(48.9 82.6 335.8) |
| OKLCH | oklch(0.592 0.241 337.6) |
Copy-ready code
/* CSS */
color: #cf22af;
background-color: #cf22af;
/* Tailwind (arbitrary) */
class="text-[#cf22af] bg-[#cf22af]"
/* SCSS */
$brand: #cf22af;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#cf22af")Accessibility — WCAG contrast
Aa
#cf22af on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf22af on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow15.5%
Key (black)18.8%
Color previews
#cf22af text on a black background
contrast 4.50:1
Card sample
#cf22af text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22af;
Background color
Panel with #cf22af background
background-color: #cf22af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22af; background: linear-gradient(135deg, #cf22af, #CF223C);