#ce6dfd
a light, electric violet · warm · closest name: violet
RGB
206, 109, 253
HSL
280°, 97%, 71%
CMYK
19, 57, 0, 1
Luminance
0.3115
Every format
| HEX | #ce6dfd |
| RGB | rgb(206, 109, 253) |
| HSL | hsl(280, 97%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 1%) |
| LAB | lab(62.6 61.0 -56.4) |
| LCH | lch(62.6 83.1 317.2) |
| OKLCH | oklch(0.704 0.217 313.3) |
Copy-ready code
/* CSS */
color: #ce6dfd;
background-color: #ce6dfd;
/* Tailwind (arbitrary) */
class="text-[#ce6dfd] bg-[#ce6dfd]"
/* SCSS */
$brand: #ce6dfd;
/* SwiftUI */
Color(red: 0.808, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#ce6dfd")Accessibility — WCAG contrast
Aa
#ce6dfd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6dfd on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.7%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ce6dfd text on a black background
contrast 7.23:1
Card sample
#ce6dfd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6dfd;
Background color
Panel with #ce6dfd background
background-color: #ce6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6dfd; background: linear-gradient(135deg, #ce6dfd, #FD6DCC);