#ce71da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 113, 218
HSL
293°, 59%, 65%
CMYK
6, 48, 0, 15
Luminance
0.2999
Every format
| HEX | #ce71da |
| RGB | rgb(206, 113, 218) |
| HSL | hsl(293, 59%, 65%) |
| CMYK | cmyk(6%, 48%, 0%, 15%) |
| LAB | lab(61.6 52.1 -38.6) |
| LCH | lch(61.6 64.8 323.5) |
| OKLCH | oklch(0.691 0.176 322.9) |
Copy-ready code
/* CSS */
color: #ce71da;
background-color: #ce71da;
/* Tailwind (arbitrary) */
class="text-[#ce71da] bg-[#ce71da]"
/* SCSS */
$brand: #ce71da;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.855)
/* Android */
Color.parseColor("#ce71da")Accessibility — WCAG contrast
Aa
#ce71da on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce71da on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta48.2%
Yellow0.0%
Key (black)14.5%
Color previews
#ce71da text on a black background
contrast 7.00:1
Card sample
#ce71da text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71da;
Background color
Panel with #ce71da background
background-color: #ce71da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71da; background: linear-gradient(135deg, #ce71da, #DA71A0);