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