#c18dfb
a light, electric violet · warm · closest name: violet
RGB
193, 141, 251
HSL
268°, 93%, 77%
CMYK
23, 44, 0, 2
Luminance
0.3735
Every format
| HEX | #c18dfb |
| RGB | rgb(193, 141, 251) |
| HSL | hsl(268, 93%, 77%) |
| CMYK | cmyk(23%, 44%, 0%, 2%) |
| LAB | lab(67.5 40.6 -47.7) |
| LCH | lch(67.5 62.6 310.4) |
| OKLCH | oklch(0.737 0.162 304.5) |
Copy-ready code
/* CSS */
color: #c18dfb;
background-color: #c18dfb;
/* Tailwind (arbitrary) */
class="text-[#c18dfb] bg-[#c18dfb]"
/* SCSS */
$brand: #c18dfb;
/* SwiftUI */
Color(red: 0.757, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#c18dfb")Accessibility — WCAG contrast
Aa
#c18dfb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18dfb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green55.3%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c18dfb text on a black background
contrast 8.47:1
Card sample
#c18dfb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18dfb;
Background color
Panel with #c18dfb background
background-color: #c18dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18dfb; background: linear-gradient(135deg, #c18dfb, #FB8DEC);