#ce89fd
a light, electric violet · warm · closest name: violet
RGB
206, 137, 253
HSL
276°, 97%, 77%
CMYK
19, 46, 0, 1
Luminance
0.3810
Every format
| HEX | #ce89fd |
| RGB | rgb(206, 137, 253) |
| HSL | hsl(276, 97%, 77%) |
| CMYK | cmyk(19%, 46%, 0%, 1%) |
| LAB | lab(68.1 46.8 -47.8) |
| LCH | lch(68.1 66.9 314.4) |
| OKLCH | oklch(0.744 0.174 310.2) |
Copy-ready code
/* CSS */
color: #ce89fd;
background-color: #ce89fd;
/* Tailwind (arbitrary) */
class="text-[#ce89fd] bg-[#ce89fd]"
/* SCSS */
$brand: #ce89fd;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.992)
/* Android */
Color.parseColor("#ce89fd")Accessibility — WCAG contrast
Aa
#ce89fd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89fd on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta45.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ce89fd text on a black background
contrast 8.62:1
Card sample
#ce89fd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89fd;
Background color
Panel with #ce89fd background
background-color: #ce89fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89fd; background: linear-gradient(135deg, #ce89fd, #FD89DF);