#ce6dcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 109, 207
HSL
299°, 51%, 62%
CMYK
1, 47, 0, 19
Luminance
0.2856
Every format
| HEX | #ce6dcf |
| RGB | rgb(206, 109, 207) |
| HSL | hsl(299, 51%, 62%) |
| CMYK | cmyk(1%, 47%, 0%, 19%) |
| LAB | lab(60.4 52.1 -34.3) |
| LCH | lch(60.4 62.4 326.6) |
| OKLCH | oklch(0.680 0.172 326.9) |
Copy-ready code
/* CSS */
color: #ce6dcf;
background-color: #ce6dcf;
/* Tailwind (arbitrary) */
class="text-[#ce6dcf] bg-[#ce6dcf]"
/* SCSS */
$brand: #ce6dcf;
/* SwiftUI */
Color(red: 0.808, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#ce6dcf")Accessibility — WCAG contrast
Aa
#ce6dcf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6dcf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ce6dcf text on a black background
contrast 6.71:1
Card sample
#ce6dcf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6dcf;
Background color
Panel with #ce6dcf background
background-color: #ce6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6dcf; background: linear-gradient(135deg, #ce6dcf, #CF6D8F);