#ce80df
a light, vivid violet · warm · closest name: orchid
RGB
206, 128, 223
HSL
289°, 60%, 69%
CMYK
8, 43, 0, 13
Luminance
0.3389
Every format
| HEX | #ce80df |
| RGB | rgb(206, 128, 223) |
| HSL | hsl(289, 60%, 69%) |
| CMYK | cmyk(8%, 43%, 0%, 13%) |
| LAB | lab(64.9 45.4 -36.3) |
| LCH | lch(64.9 58.1 321.3) |
| OKLCH | oklch(0.716 0.156 320.3) |
Copy-ready code
/* CSS */
color: #ce80df;
background-color: #ce80df;
/* Tailwind (arbitrary) */
class="text-[#ce80df] bg-[#ce80df]"
/* SCSS */
$brand: #ce80df;
/* SwiftUI */
Color(red: 0.808, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#ce80df")Accessibility — WCAG contrast
Aa
#ce80df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce80df on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green50.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce80df text on a black background
contrast 7.78:1
Card sample
#ce80df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce80df;
Background color
Panel with #ce80df background
background-color: #ce80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce80df; background: linear-gradient(135deg, #ce80df, #DF80B1);