#ce83df
a light, vivid violet · warm · closest name: orchid
RGB
206, 131, 223
HSL
289°, 59%, 69%
CMYK
8, 41, 0, 13
Luminance
0.3468
Every format
| HEX | #ce83df |
| RGB | rgb(206, 131, 223) |
| HSL | hsl(289, 59%, 69%) |
| CMYK | cmyk(8%, 41%, 0%, 13%) |
| LAB | lab(65.5 43.8 -35.3) |
| LCH | lch(65.5 56.3 321.1) |
| OKLCH | oklch(0.720 0.151 320.0) |
Copy-ready code
/* CSS */
color: #ce83df;
background-color: #ce83df;
/* Tailwind (arbitrary) */
class="text-[#ce83df] bg-[#ce83df]"
/* SCSS */
$brand: #ce83df;
/* SwiftUI */
Color(red: 0.808, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#ce83df")Accessibility — WCAG contrast
Aa
#ce83df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce83df on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.4%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce83df text on a black background
contrast 7.94:1
Card sample
#ce83df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce83df;
Background color
Panel with #ce83df background
background-color: #ce83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce83df; background: linear-gradient(135deg, #ce83df, #DF83B3);