#c488ff
a light, electric violet · warm · closest name: violet
RGB
196, 136, 255
HSL
270°, 100%, 77%
CMYK
23, 47, 0, 0
Luminance
0.3656
Every format
| HEX | #c488ff |
| RGB | rgb(196, 136, 255) |
| HSL | hsl(270, 100%, 77%) |
| CMYK | cmyk(23%, 47%, 0%, 0%) |
| LAB | lab(67.0 45.0 -50.8) |
| LCH | lch(67.0 67.9 311.6) |
| OKLCH | oklch(0.734 0.175 305.8) |
Copy-ready code
/* CSS */
color: #c488ff;
background-color: #c488ff;
/* Tailwind (arbitrary) */
class="text-[#c488ff] bg-[#c488ff]"
/* SCSS */
$brand: #c488ff;
/* SwiftUI */
Color(red: 0.769, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#c488ff")Accessibility — WCAG contrast
Aa
#c488ff on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c488ff on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.3%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c488ff text on a black background
contrast 8.31:1
Card sample
#c488ff text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c488ff;
Background color
Panel with #c488ff background
background-color: #c488ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c488ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c488ff; background: linear-gradient(135deg, #c488ff, #FF88EB);