#cf1cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 28, 219
HSL
296°, 77%, 48%
CMYK
6, 87, 0, 14
Luminance
0.1921
Every format
| HEX | #cf1cdb |
| RGB | rgb(207, 28, 219) |
| HSL | hsl(296, 77%, 48%) |
| CMYK | cmyk(6%, 87%, 0%, 14%) |
| LAB | lab(50.9 82.8 -56.1) |
| LCH | lch(50.9 100.0 325.9) |
| OKLCH | oklch(0.614 0.274 325.2) |
Copy-ready code
/* CSS */
color: #cf1cdb;
background-color: #cf1cdb;
/* Tailwind (arbitrary) */
class="text-[#cf1cdb] bg-[#cf1cdb]"
/* SCSS */
$brand: #cf1cdb;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.859)
/* Android */
Color.parseColor("#cf1cdb")Accessibility — WCAG contrast
Aa
#cf1cdb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1cdb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta87.2%
Yellow0.0%
Key (black)14.1%
Color previews
#cf1cdb text on a black background
contrast 4.84:1
Card sample
#cf1cdb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1cdb;
Background color
Panel with #cf1cdb background
background-color: #cf1cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1cdb; background: linear-gradient(135deg, #cf1cdb, #DB1C68);