#ce6dcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 109, 205
HSL
301°, 50%, 62%
CMYK
0, 47, 1, 19
Luminance
0.2847
Every format
| HEX | #ce6dcd |
| RGB | rgb(206, 109, 205) |
| HSL | hsl(301, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 1%, 19%) |
| LAB | lab(60.3 51.7 -33.3) |
| LCH | lch(60.3 61.5 327.2) |
| OKLCH | oklch(0.679 0.171 327.6) |
Copy-ready code
/* CSS */
color: #ce6dcd;
background-color: #ce6dcd;
/* Tailwind (arbitrary) */
class="text-[#ce6dcd] bg-[#ce6dcd]"
/* SCSS */
$brand: #ce6dcd;
/* SwiftUI */
Color(red: 0.808, green: 0.427, blue: 0.804)
/* Android */
Color.parseColor("#ce6dcd")Accessibility — WCAG contrast
Aa
#ce6dcd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6dcd on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow0.5%
Key (black)19.2%
Color previews
#ce6dcd text on a black background
contrast 6.69:1
Card sample
#ce6dcd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6dcd;
Background color
Panel with #ce6dcd background
background-color: #ce6dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 109, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 109, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6dcd; background: linear-gradient(135deg, #ce6dcd, #CE6D8C);