#ce7fd1
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 127, 209
HSL
298°, 47%, 66%
CMYK
1, 39, 0, 18
Luminance
0.3290
Every format
| HEX | #ce7fd1 |
| RGB | rgb(206, 127, 209) |
| HSL | hsl(298, 47%, 66%) |
| CMYK | cmyk(1%, 39%, 0%, 18%) |
| LAB | lab(64.1 43.2 -29.7) |
| LCH | lch(64.1 52.4 325.5) |
| OKLCH | oklch(0.708 0.144 325.7) |
Copy-ready code
/* CSS */
color: #ce7fd1;
background-color: #ce7fd1;
/* Tailwind (arbitrary) */
class="text-[#ce7fd1] bg-[#ce7fd1]"
/* SCSS */
$brand: #ce7fd1;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.820)
/* Android */
Color.parseColor("#ce7fd1")Accessibility — WCAG contrast
Aa
#ce7fd1 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7fd1 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta39.2%
Yellow0.0%
Key (black)18.0%
Color previews
#ce7fd1 text on a black background
contrast 7.58:1
Card sample
#ce7fd1 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7fd1;
Background color
Panel with #ce7fd1 background
background-color: #ce7fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7fd1; background: linear-gradient(135deg, #ce7fd1, #D17F9D);