#cf2cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 219
HSL
296°, 71%, 52%
CMYK
6, 80, 0, 14
Luminance
0.2018
Every format
| HEX | #cf2cdb |
| RGB | rgb(207, 44, 219) |
| HSL | hsl(296, 71%, 52%) |
| CMYK | cmyk(6%, 80%, 0%, 14%) |
| LAB | lab(52.0 79.6 -54.3) |
| LCH | lch(52.0 96.3 325.7) |
| OKLCH | oklch(0.622 0.264 325.0) |
Copy-ready code
/* CSS */
color: #cf2cdb;
background-color: #cf2cdb;
/* Tailwind (arbitrary) */
class="text-[#cf2cdb] bg-[#cf2cdb]"
/* SCSS */
$brand: #cf2cdb;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#cf2cdb")Accessibility — WCAG contrast
Aa
#cf2cdb on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cdb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#cf2cdb text on a black background
contrast 5.04:1
Card sample
#cf2cdb text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cdb;
Background color
Panel with #cf2cdb background
background-color: #cf2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cdb; background: linear-gradient(135deg, #cf2cdb, #DB2C72);