#c088ff
a light, electric violet · warm · closest name: violet
RGB
192, 136, 255
HSL
268°, 100%, 77%
CMYK
25, 47, 0, 0
Luminance
0.3603
Every format
| HEX | #c088ff |
| RGB | rgb(192, 136, 255) |
| HSL | hsl(268, 100%, 77%) |
| CMYK | cmyk(25%, 47%, 0%, 0%) |
| LAB | lab(66.5 44.0 -51.4) |
| LCH | lch(66.5 67.7 310.5) |
| OKLCH | oklch(0.730 0.174 304.1) |
Copy-ready code
/* CSS */
color: #c088ff;
background-color: #c088ff;
/* Tailwind (arbitrary) */
class="text-[#c088ff] bg-[#c088ff]"
/* SCSS */
$brand: #c088ff;
/* SwiftUI */
Color(red: 0.753, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#c088ff")Accessibility — WCAG contrast
Aa
#c088ff on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c088ff on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green53.3%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c088ff text on a black background
contrast 8.21:1
Card sample
#c088ff text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c088ff;
Background color
Panel with #c088ff background
background-color: #c088ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c088ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c088ff; background: linear-gradient(135deg, #c088ff, #FF88EF);