#ce7aeb
a light, vivid violet · warm · closest name: violet
RGB
206, 122, 235
HSL
285°, 74%, 70%
CMYK
12, 48, 0, 8
Luminance
0.3304
Every format
| HEX | #ce7aeb |
| RGB | rgb(206, 122, 235) |
| HSL | hsl(285, 74%, 70%) |
| CMYK | cmyk(12%, 48%, 0%, 8%) |
| LAB | lab(64.2 50.9 -44.0) |
| LCH | lch(64.2 67.3 319.1) |
| OKLCH | oklch(0.712 0.179 316.9) |
Copy-ready code
/* CSS */
color: #ce7aeb;
background-color: #ce7aeb;
/* Tailwind (arbitrary) */
class="text-[#ce7aeb] bg-[#ce7aeb]"
/* SCSS */
$brand: #ce7aeb;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#ce7aeb")Accessibility — WCAG contrast
Aa
#ce7aeb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7aeb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ce7aeb text on a black background
contrast 7.61:1
Card sample
#ce7aeb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7aeb;
Background color
Panel with #ce7aeb background
background-color: #ce7aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7aeb; background: linear-gradient(135deg, #ce7aeb, #EB7ABD);