#cf22ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 186
HSL
307°, 72%, 47%
CMYK
0, 84, 10, 19
Luminance
0.1795
Every format
| HEX | #cf22ba |
| RGB | rgb(207, 34, 186) |
| HSL | hsl(307, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 10%, 19%) |
| LAB | lab(49.4 76.9 -39.4) |
| LCH | lch(49.4 86.4 332.8) |
| OKLCH | oklch(0.597 0.248 334.2) |
Copy-ready code
/* CSS */
color: #cf22ba;
background-color: #cf22ba;
/* Tailwind (arbitrary) */
class="text-[#cf22ba] bg-[#cf22ba]"
/* SCSS */
$brand: #cf22ba;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.729)
/* Android */
Color.parseColor("#cf22ba")Accessibility — WCAG contrast
Aa
#cf22ba on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf22ba on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow10.1%
Key (black)18.8%
Color previews
#cf22ba text on a black background
contrast 4.59:1
Card sample
#cf22ba text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22ba;
Background color
Panel with #cf22ba background
background-color: #cf22ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22ba; background: linear-gradient(135deg, #cf22ba, #CF2247);