#ce6afd
a light, electric violet · warm · closest name: violet
RGB
206, 106, 253
HSL
281°, 97%, 70%
CMYK
19, 58, 0, 1
Luminance
0.3052
Every format
| HEX | #ce6afd |
| RGB | rgb(206, 106, 253) |
| HSL | hsl(281, 97%, 70%) |
| CMYK | cmyk(19%, 58%, 0%, 1%) |
| LAB | lab(62.1 62.4 -57.3) |
| LCH | lch(62.1 84.7 317.5) |
| OKLCH | oklch(0.700 0.222 313.5) |
Copy-ready code
/* CSS */
color: #ce6afd;
background-color: #ce6afd;
/* Tailwind (arbitrary) */
class="text-[#ce6afd] bg-[#ce6afd]"
/* SCSS */
$brand: #ce6afd;
/* SwiftUI */
Color(red: 0.808, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#ce6afd")Accessibility — WCAG contrast
Aa
#ce6afd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6afd on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green41.6%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ce6afd text on a black background
contrast 7.10:1
Card sample
#ce6afd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6afd;
Background color
Panel with #ce6afd background
background-color: #ce6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6afd; background: linear-gradient(135deg, #ce6afd, #FD6ACA);