#cf2fdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 47, 219
HSL
296°, 71%, 52%
CMYK
6, 79, 0, 14
Luminance
0.2041
Every format
| HEX | #cf2fdb |
| RGB | rgb(207, 47, 219) |
| HSL | hsl(296, 71%, 52%) |
| CMYK | cmyk(6%, 79%, 0%, 14%) |
| LAB | lab(52.3 78.8 -53.9) |
| LCH | lch(52.3 95.5 325.6) |
| OKLCH | oklch(0.624 0.262 324.9) |
Copy-ready code
/* CSS */
color: #cf2fdb;
background-color: #cf2fdb;
/* Tailwind (arbitrary) */
class="text-[#cf2fdb] bg-[#cf2fdb]"
/* SCSS */
$brand: #cf2fdb;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#cf2fdb")Accessibility — WCAG contrast
Aa
#cf2fdb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fdb on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#cf2fdb text on a black background
contrast 5.08:1
Card sample
#cf2fdb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fdb;
Background color
Panel with #cf2fdb background
background-color: #cf2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fdb; background: linear-gradient(135deg, #cf2fdb, #DB2F74);