#c489eb
a light, vivid violet · warm · closest name: orchid
RGB
196, 137, 235
HSL
276°, 71%, 73%
CMYK
17, 42, 0, 8
Luminance
0.3563
Every format
| HEX | #c489eb |
| RGB | rgb(196, 137, 235) |
| HSL | hsl(276, 71%, 73%) |
| CMYK | cmyk(17%, 42%, 0%, 8%) |
| LAB | lab(66.2 40.1 -40.9) |
| LCH | lch(66.2 57.3 314.4) |
| OKLCH | oklch(0.725 0.150 310.8) |
Copy-ready code
/* CSS */
color: #c489eb;
background-color: #c489eb;
/* Tailwind (arbitrary) */
class="text-[#c489eb] bg-[#c489eb]"
/* SCSS */
$brand: #c489eb;
/* SwiftUI */
Color(red: 0.769, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#c489eb")Accessibility — WCAG contrast
Aa
#c489eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c489eb on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.7%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c489eb text on a black background
contrast 8.13:1
Card sample
#c489eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c489eb;
Background color
Panel with #c489eb background
background-color: #c489eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c489eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c489eb; background: linear-gradient(135deg, #c489eb, #EB89D1);