#ce1fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 31, 208
HSL
299°, 74%, 47%
CMYK
1, 85, 0, 18
Luminance
0.1866
Every format
| HEX | #ce1fd0 |
| RGB | rgb(206, 31, 208) |
| HSL | hsl(299, 74%, 47%) |
| CMYK | cmyk(1%, 85%, 0%, 18%) |
| LAB | lab(50.3 80.5 -50.9) |
| LCH | lch(50.3 95.2 327.7) |
| OKLCH | oklch(0.607 0.265 327.7) |
Copy-ready code
/* CSS */
color: #ce1fd0;
background-color: #ce1fd0;
/* Tailwind (arbitrary) */
class="text-[#ce1fd0] bg-[#ce1fd0]"
/* SCSS */
$brand: #ce1fd0;
/* SwiftUI */
Color(red: 0.808, green: 0.122, blue: 0.816)
/* Android */
Color.parseColor("#ce1fd0")Accessibility — WCAG contrast
Aa
#ce1fd0 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1fd0 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green12.2%
Blue81.6%
CMYK percentages
Cyan1.0%
Magenta85.1%
Yellow0.0%
Key (black)18.4%
Color previews
#ce1fd0 text on a black background
contrast 4.73:1
Card sample
#ce1fd0 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1fd0;
Background color
Panel with #ce1fd0 background
background-color: #ce1fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 31, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 31, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1fd0; background: linear-gradient(135deg, #ce1fd0, #D01F5C);