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