#ce81f5
a light, electric violet · warm · closest name: violet
RGB
206, 129, 245
HSL
280°, 85%, 73%
CMYK
16, 47, 0, 4
Luminance
0.3541
Every format
| HEX | #ce81f5 |
| RGB | rgb(206, 129, 245) |
| HSL | hsl(280, 85%, 73%) |
| CMYK | cmyk(16%, 47%, 0%, 4%) |
| LAB | lab(66.1 49.3 -46.6) |
| LCH | lch(66.1 67.8 316.6) |
| OKLCH | oklch(0.728 0.178 313.3) |
Copy-ready code
/* CSS */
color: #ce81f5;
background-color: #ce81f5;
/* Tailwind (arbitrary) */
class="text-[#ce81f5] bg-[#ce81f5]"
/* SCSS */
$brand: #ce81f5;
/* SwiftUI */
Color(red: 0.808, green: 0.506, blue: 0.961)
/* Android */
Color.parseColor("#ce81f5")Accessibility — WCAG contrast
Aa
#ce81f5 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce81f5 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green50.6%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta47.3%
Yellow0.0%
Key (black)3.9%
Color previews
#ce81f5 text on a black background
contrast 8.08:1
Card sample
#ce81f5 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce81f5;
Background color
Panel with #ce81f5 background
background-color: #ce81f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce81f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 129, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 129, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce81f5; background: linear-gradient(135deg, #ce81f5, #F581CF);