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