#ce5fda
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 95, 218
HSL
294°, 62%, 61%
CMYK
6, 56, 0, 15
Luminance
0.2637
Every format
| HEX | #ce5fda |
| RGB | rgb(206, 95, 218) |
| HSL | hsl(294, 62%, 61%) |
| CMYK | cmyk(6%, 56%, 0%, 15%) |
| LAB | lab(58.4 60.8 -43.7) |
| LCH | lch(58.4 74.9 324.3) |
| OKLCH | oklch(0.667 0.204 323.7) |
Copy-ready code
/* CSS */
color: #ce5fda;
background-color: #ce5fda;
/* Tailwind (arbitrary) */
class="text-[#ce5fda] bg-[#ce5fda]"
/* SCSS */
$brand: #ce5fda;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.855)
/* Android */
Color.parseColor("#ce5fda")Accessibility — WCAG contrast
Aa
#ce5fda on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fda on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta56.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ce5fda text on a black background
contrast 6.27:1
Card sample
#ce5fda text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fda;
Background color
Panel with #ce5fda background
background-color: #ce5fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fda; background: linear-gradient(135deg, #ce5fda, #DA5F94);