#c788ff
a light, electric violet · warm · closest name: violet
RGB
199, 136, 255
HSL
272°, 100%, 77%
CMYK
22, 47, 0, 0
Luminance
0.3697
Every format
| HEX | #c788ff |
| RGB | rgb(199, 136, 255) |
| HSL | hsl(272, 100%, 77%) |
| CMYK | cmyk(22%, 47%, 0%, 0%) |
| LAB | lab(67.3 45.9 -50.3) |
| LCH | lch(67.3 68.0 312.4) |
| OKLCH | oklch(0.737 0.176 307.0) |
Copy-ready code
/* CSS */
color: #c788ff;
background-color: #c788ff;
/* Tailwind (arbitrary) */
class="text-[#c788ff] bg-[#c788ff]"
/* SCSS */
$brand: #c788ff;
/* SwiftUI */
Color(red: 0.780, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#c788ff")Accessibility — WCAG contrast
Aa
#c788ff on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c788ff on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green53.3%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c788ff text on a black background
contrast 8.39:1
Card sample
#c788ff text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c788ff;
Background color
Panel with #c788ff background
background-color: #c788ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c788ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c788ff; background: linear-gradient(135deg, #c788ff, #FF88E8);