#ce7fdc
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 127, 220
HSL
291°, 57%, 68%
CMYK
6, 42, 0, 14
Luminance
0.3347
Every format
| HEX | #ce7fdc |
| RGB | rgb(206, 127, 220) |
| HSL | hsl(291, 57%, 68%) |
| CMYK | cmyk(6%, 42%, 0%, 14%) |
| LAB | lab(64.5 45.3 -35.2) |
| LCH | lch(64.5 57.4 322.2) |
| OKLCH | oklch(0.713 0.155 321.4) |
Copy-ready code
/* CSS */
color: #ce7fdc;
background-color: #ce7fdc;
/* Tailwind (arbitrary) */
class="text-[#ce7fdc] bg-[#ce7fdc]"
/* SCSS */
$brand: #ce7fdc;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#ce7fdc")Accessibility — WCAG contrast
Aa
#ce7fdc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7fdc on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#ce7fdc text on a black background
contrast 7.69:1
Card sample
#ce7fdc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7fdc;
Background color
Panel with #ce7fdc background
background-color: #ce7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7fdc; background: linear-gradient(135deg, #ce7fdc, #DC7FAC);