#ce51df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 81, 223
HSL
293°, 69%, 60%
CMYK
8, 64, 0, 13
Luminance
0.2433
Every format
| HEX | #ce51df |
| RGB | rgb(206, 81, 223) |
| HSL | hsl(293, 69%, 60%) |
| CMYK | cmyk(8%, 64%, 0%, 13%) |
| LAB | lab(56.4 67.8 -49.6) |
| LCH | lch(56.4 84.0 323.8) |
| OKLCH | oklch(0.653 0.228 322.7) |
Copy-ready code
/* CSS */
color: #ce51df;
background-color: #ce51df;
/* Tailwind (arbitrary) */
class="text-[#ce51df] bg-[#ce51df]"
/* SCSS */
$brand: #ce51df;
/* SwiftUI */
Color(red: 0.808, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#ce51df")Accessibility — WCAG contrast
Aa
#ce51df on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce51df on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce51df text on a black background
contrast 5.87:1
Card sample
#ce51df text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce51df;
Background color
Panel with #ce51df background
background-color: #ce51df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce51df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce51df; background: linear-gradient(135deg, #ce51df, #DF5191);