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