#ce6eb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 110, 181
HSL
316°, 50%, 62%
CMYK
0, 47, 12, 19
Luminance
0.2761
Every format
| HEX | #ce6eb5 |
| RGB | rgb(206, 110, 181) |
| HSL | hsl(316, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 12%, 19%) |
| LAB | lab(59.5 47.1 -20.9) |
| LCH | lch(59.5 51.5 336.1) |
| OKLCH | oklch(0.670 0.148 337.8) |
Copy-ready code
/* CSS */
color: #ce6eb5;
background-color: #ce6eb5;
/* Tailwind (arbitrary) */
class="text-[#ce6eb5] bg-[#ce6eb5]"
/* SCSS */
$brand: #ce6eb5;
/* SwiftUI */
Color(red: 0.808, green: 0.431, blue: 0.710)
/* Android */
Color.parseColor("#ce6eb5")Accessibility — WCAG contrast
Aa
#ce6eb5 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6eb5 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.1%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow12.1%
Key (black)19.2%
Color previews
#ce6eb5 text on a black background
contrast 6.52:1
Card sample
#ce6eb5 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6eb5;
Background color
Panel with #ce6eb5 background
background-color: #ce6eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 110, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 110, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6eb5; background: linear-gradient(135deg, #ce6eb5, #CE6E75);