#ce45df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 69, 223
HSL
293°, 71%, 57%
CMYK
8, 69, 0, 13
Luminance
0.2271
Every format
| HEX | #ce45df |
| RGB | rgb(206, 69, 223) |
| HSL | hsl(293, 71%, 57%) |
| CMYK | cmyk(8%, 69%, 0%, 13%) |
| LAB | lab(54.8 72.4 -52.3) |
| LCH | lch(54.8 89.3 324.2) |
| OKLCH | oklch(0.642 0.243 323.1) |
Copy-ready code
/* CSS */
color: #ce45df;
background-color: #ce45df;
/* Tailwind (arbitrary) */
class="text-[#ce45df] bg-[#ce45df]"
/* SCSS */
$brand: #ce45df;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#ce45df")Accessibility — WCAG contrast
Aa
#ce45df on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce45df on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ce45df text on a black background
contrast 5.54:1
Card sample
#ce45df text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce45df;
Background color
Panel with #ce45df background
background-color: #ce45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce45df; background: linear-gradient(135deg, #ce45df, #DF4589);