#ce66df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 102, 223
HSL
292°, 65%, 64%
CMYK
8, 54, 0, 13
Luminance
0.2795
Every format
| HEX | #ce66df |
| RGB | rgb(206, 102, 223) |
| HSL | hsl(292, 65%, 64%) |
| CMYK | cmyk(8%, 54%, 0%, 13%) |
| LAB | lab(59.9 58.5 -44.2) |
| LCH | lch(59.9 73.3 322.9) |
| OKLCH | oklch(0.678 0.198 321.8) |
Copy-ready code
/* CSS */
color: #ce66df;
background-color: #ce66df;
/* Tailwind (arbitrary) */
class="text-[#ce66df] bg-[#ce66df]"
/* SCSS */
$brand: #ce66df;
/* SwiftUI */
Color(red: 0.808, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#ce66df")Accessibility — WCAG contrast
Aa
#ce66df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce66df on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green40.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce66df text on a black background
contrast 6.59:1
Card sample
#ce66df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce66df;
Background color
Panel with #ce66df background
background-color: #ce66df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce66df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce66df; background: linear-gradient(135deg, #ce66df, #DF669F);