#cf0fdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 15, 219
HSL
297°, 87%, 46%
CMYK
6, 93, 0, 14
Luminance
0.1872
Every format
| HEX | #cf0fdb |
| RGB | rgb(207, 15, 219) |
| HSL | hsl(297, 87%, 46%) |
| CMYK | cmyk(6%, 93%, 0%, 14%) |
| LAB | lab(50.4 84.5 -57.0) |
| LCH | lch(50.4 102.0 326.0) |
| OKLCH | oklch(0.610 0.280 325.3) |
Copy-ready code
/* CSS */
color: #cf0fdb;
background-color: #cf0fdb;
/* Tailwind (arbitrary) */
class="text-[#cf0fdb] bg-[#cf0fdb]"
/* SCSS */
$brand: #cf0fdb;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 0.859)
/* Android */
Color.parseColor("#cf0fdb")Accessibility — WCAG contrast
Aa
#cf0fdb on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0fdb on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta93.2%
Yellow0.0%
Key (black)14.1%
Color previews
#cf0fdb text on a black background
contrast 4.74:1
Card sample
#cf0fdb text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fdb;
Background color
Panel with #cf0fdb background
background-color: #cf0fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fdb; background: linear-gradient(135deg, #cf0fdb, #DB0F5F);