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