#ce6ade
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 106, 222
HSL
292°, 64%, 64%
CMYK
7, 52, 0, 13
Luminance
0.2870
Every format
| HEX | #ce6ade |
| RGB | rgb(206, 106, 222) |
| HSL | hsl(292, 64%, 64%) |
| CMYK | cmyk(7%, 52%, 0%, 13%) |
| LAB | lab(60.5 56.3 -42.6) |
| LCH | lch(60.5 70.6 322.9) |
| OKLCH | oklch(0.683 0.191 321.9) |
Copy-ready code
/* CSS */
color: #ce6ade;
background-color: #ce6ade;
/* Tailwind (arbitrary) */
class="text-[#ce6ade] bg-[#ce6ade]"
/* SCSS */
$brand: #ce6ade;
/* SwiftUI */
Color(red: 0.808, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#ce6ade")Accessibility — WCAG contrast
Aa
#ce6ade on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6ade on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green41.6%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#ce6ade text on a black background
contrast 6.74:1
Card sample
#ce6ade text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6ade;
Background color
Panel with #ce6ade background
background-color: #ce6ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6ade; background: linear-gradient(135deg, #ce6ade, #DE6AA1);