#cf227c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 124
HSL
329°, 72%, 47%
CMYK
0, 84, 40, 19
Luminance
0.1586
Every format
| HEX | #cf227c |
| RGB | rgb(207, 34, 124) |
| HSL | hsl(329, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 40%, 19%) |
| LAB | lab(46.8 69.5 -6.5) |
| LCH | lch(46.8 69.8 354.7) |
| OKLCH | oklch(0.570 0.215 355.7) |
Copy-ready code
/* CSS */
color: #cf227c;
background-color: #cf227c;
/* Tailwind (arbitrary) */
class="text-[#cf227c] bg-[#cf227c]"
/* SCSS */
$brand: #cf227c;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.486)
/* Android */
Color.parseColor("#cf227c")Accessibility — WCAG contrast
Aa
#cf227c on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf227c on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow40.1%
Key (black)18.8%
Color previews
#cf227c text on a black background
contrast 4.17:1
Card sample
#cf227c text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf227c;
Background color
Panel with #cf227c background
background-color: #cf227c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf227c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf227c; background: linear-gradient(135deg, #cf227c, #CF3B22);