#ce28df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 40, 223
HSL
294°, 74%, 52%
CMYK
8, 82, 0, 13
Luminance
0.1997
Every format
| HEX | #ce28df |
| RGB | rgb(206, 40, 223) |
| HSL | hsl(294, 74%, 52%) |
| CMYK | cmyk(8%, 82%, 0%, 13%) |
| LAB | lab(51.8 81.0 -57.0) |
| LCH | lch(51.8 99.0 324.9) |
| OKLCH | oklch(0.621 0.269 323.7) |
Copy-ready code
/* CSS */
color: #ce28df;
background-color: #ce28df;
/* Tailwind (arbitrary) */
class="text-[#ce28df] bg-[#ce28df]"
/* SCSS */
$brand: #ce28df;
/* SwiftUI */
Color(red: 0.808, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#ce28df")Accessibility — WCAG contrast
Aa
#ce28df on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce28df on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ce28df text on a black background
contrast 4.99:1
Card sample
#ce28df text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce28df;
Background color
Panel with #ce28df background
background-color: #ce28df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce28df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce28df; background: linear-gradient(135deg, #ce28df, #DF2876);