#c488fd
a light, electric violet · warm · closest name: violet
RGB
196, 136, 253
HSL
271°, 97%, 76%
CMYK
23, 46, 0, 1
Luminance
0.3644
Every format
| HEX | #c488fd |
| RGB | rgb(196, 136, 253) |
| HSL | hsl(271, 97%, 76%) |
| CMYK | cmyk(23%, 46%, 0%, 1%) |
| LAB | lab(66.8 44.6 -49.8) |
| LCH | lch(66.8 66.9 311.8) |
| OKLCH | oklch(0.733 0.173 306.3) |
Copy-ready code
/* CSS */
color: #c488fd;
background-color: #c488fd;
/* Tailwind (arbitrary) */
class="text-[#c488fd] bg-[#c488fd]"
/* SCSS */
$brand: #c488fd;
/* SwiftUI */
Color(red: 0.769, green: 0.533, blue: 0.992)
/* Android */
Color.parseColor("#c488fd")Accessibility — WCAG contrast
Aa
#c488fd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c488fd on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.3%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta46.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c488fd text on a black background
contrast 8.29:1
Card sample
#c488fd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c488fd;
Background color
Panel with #c488fd background
background-color: #c488fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c488fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 136, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 136, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c488fd; background: linear-gradient(135deg, #c488fd, #FD88E8);