#cf22b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 178
HSL
310°, 72%, 47%
CMYK
0, 84, 14, 19
Luminance
0.1762
Every format
| HEX | #cf22b2 |
| RGB | rgb(207, 34, 178) |
| HSL | hsl(310, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 14%, 19%) |
| LAB | lab(49.0 75.8 -35.4) |
| LCH | lch(49.0 83.6 335.0) |
| OKLCH | oklch(0.593 0.243 336.6) |
Copy-ready code
/* CSS */
color: #cf22b2;
background-color: #cf22b2;
/* Tailwind (arbitrary) */
class="text-[#cf22b2] bg-[#cf22b2]"
/* SCSS */
$brand: #cf22b2;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.698)
/* Android */
Color.parseColor("#cf22b2")Accessibility — WCAG contrast
Aa
#cf22b2 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf22b2 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow14.0%
Key (black)18.8%
Color previews
#cf22b2 text on a black background
contrast 4.52:1
Card sample
#cf22b2 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22b2;
Background color
Panel with #cf22b2 background
background-color: #cf22b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22b2; background: linear-gradient(135deg, #cf22b2, #CF223F);