#cf1def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 29, 239
HSL
291°, 87%, 53%
CMYK
13, 88, 0, 6
Luminance
0.2038
Every format
| HEX | #cf1def |
| RGB | rgb(207, 29, 239) |
| HSL | hsl(291, 87%, 53%) |
| CMYK | cmyk(13%, 88%, 0%, 6%) |
| LAB | lab(52.3 85.8 -65.3) |
| LCH | lch(52.3 107.8 322.7) |
| OKLCH | oklch(0.627 0.288 320.4) |
Copy-ready code
/* CSS */
color: #cf1def;
background-color: #cf1def;
/* Tailwind (arbitrary) */
class="text-[#cf1def] bg-[#cf1def]"
/* SCSS */
$brand: #cf1def;
/* SwiftUI */
Color(red: 0.812, green: 0.114, blue: 0.937)
/* Android */
Color.parseColor("#cf1def")Accessibility — WCAG contrast
Aa
#cf1def on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1def on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.4%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta87.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cf1def text on a black background
contrast 5.08:1
Card sample
#cf1def text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1def;
Background color
Panel with #cf1def background
background-color: #cf1def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 29, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 29, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1def; background: linear-gradient(135deg, #cf1def, #EF1D83);