#cf2ccb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 203
HSL
302°, 65%, 49%
CMYK
0, 79, 2, 19
Luminance
0.1938
Every format
| HEX | #cf2ccb |
| RGB | rgb(207, 44, 203) |
| HSL | hsl(302, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 2%, 19%) |
| LAB | lab(51.1 77.1 -46.6) |
| LCH | lch(51.1 90.1 328.8) |
| OKLCH | oklch(0.612 0.253 329.3) |
Copy-ready code
/* CSS */
color: #cf2ccb;
background-color: #cf2ccb;
/* Tailwind (arbitrary) */
class="text-[#cf2ccb] bg-[#cf2ccb]"
/* SCSS */
$brand: #cf2ccb;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#cf2ccb")Accessibility — WCAG contrast
Aa
#cf2ccb on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ccb on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow1.9%
Key (black)18.8%
Color previews
#cf2ccb text on a black background
contrast 4.88:1
Card sample
#cf2ccb text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ccb;
Background color
Panel with #cf2ccb background
background-color: #cf2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ccb; background: linear-gradient(135deg, #cf2ccb, #CF2C5E);