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