#ce6bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 107, 223
HSL
291°, 64%, 65%
CMYK
8, 52, 0, 13
Luminance
0.2896
Every format
| HEX | #ce6bdf |
| RGB | rgb(206, 107, 223) |
| HSL | hsl(291, 64%, 65%) |
| CMYK | cmyk(8%, 52%, 0%, 13%) |
| LAB | lab(60.8 56.0 -42.8) |
| LCH | lch(60.8 70.5 322.7) |
| OKLCH | oklch(0.685 0.191 321.6) |
Copy-ready code
/* CSS */
color: #ce6bdf;
background-color: #ce6bdf;
/* Tailwind (arbitrary) */
class="text-[#ce6bdf] bg-[#ce6bdf]"
/* SCSS */
$brand: #ce6bdf;
/* SwiftUI */
Color(red: 0.808, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#ce6bdf")Accessibility — WCAG contrast
Aa
#ce6bdf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6bdf on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ce6bdf text on a black background
contrast 6.79:1
Card sample
#ce6bdf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6bdf;
Background color
Panel with #ce6bdf background
background-color: #ce6bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6bdf; background: linear-gradient(135deg, #ce6bdf, #DF6BA3);