#ce7aef
a light, electric violet · warm · closest name: violet
RGB
206, 122, 239
HSL
283°, 79%, 71%
CMYK
14, 49, 0, 6
Luminance
0.3327
Every format
| HEX | #ce7aef |
| RGB | rgb(206, 122, 239) |
| HSL | hsl(283, 79%, 71%) |
| CMYK | cmyk(14%, 49%, 0%, 6%) |
| LAB | lab(64.4 51.7 -46.0) |
| LCH | lch(64.4 69.2 318.4) |
| OKLCH | oklch(0.714 0.183 315.7) |
Copy-ready code
/* CSS */
color: #ce7aef;
background-color: #ce7aef;
/* Tailwind (arbitrary) */
class="text-[#ce7aef] bg-[#ce7aef]"
/* SCSS */
$brand: #ce7aef;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#ce7aef")Accessibility — WCAG contrast
Aa
#ce7aef on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7aef on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ce7aef text on a black background
contrast 7.65:1
Card sample
#ce7aef text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7aef;
Background color
Panel with #ce7aef background
background-color: #ce7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7aef; background: linear-gradient(135deg, #ce7aef, #EF7AC2);