#c289eb
a light, vivid violet · warm · closest name: orchid
RGB
194, 137, 235
HSL
275°, 71%, 73%
CMYK
17, 42, 0, 8
Luminance
0.3536
Every format
| HEX | #c289eb |
| RGB | rgb(194, 137, 235) |
| HSL | hsl(275, 71%, 73%) |
| CMYK | cmyk(17%, 42%, 0%, 8%) |
| LAB | lab(66.0 39.5 -41.3) |
| LCH | lch(66.0 57.1 313.8) |
| OKLCH | oklch(0.723 0.149 309.9) |
Copy-ready code
/* CSS */
color: #c289eb;
background-color: #c289eb;
/* Tailwind (arbitrary) */
class="text-[#c289eb] bg-[#c289eb]"
/* SCSS */
$brand: #c289eb;
/* SwiftUI */
Color(red: 0.761, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#c289eb")Accessibility — WCAG contrast
Aa
#c289eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c289eb on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green53.7%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c289eb text on a black background
contrast 8.07:1
Card sample
#c289eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c289eb;
Background color
Panel with #c289eb background
background-color: #c289eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c289eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c289eb; background: linear-gradient(135deg, #c289eb, #EB89D3);