#c18bef
a light, electric violet · warm · closest name: violet
RGB
193, 139, 239
HSL
272°, 76%, 74%
CMYK
19, 42, 0, 6
Luminance
0.3603
Every format
| HEX | #c18bef |
| RGB | rgb(193, 139, 239) |
| HSL | hsl(272, 76%, 74%) |
| CMYK | cmyk(19%, 42%, 0%, 6%) |
| LAB | lab(66.5 39.0 -42.6) |
| LCH | lch(66.5 57.8 312.5) |
| OKLCH | oklch(0.727 0.150 307.9) |
Copy-ready code
/* CSS */
color: #c18bef;
background-color: #c18bef;
/* Tailwind (arbitrary) */
class="text-[#c18bef] bg-[#c18bef]"
/* SCSS */
$brand: #c18bef;
/* SwiftUI */
Color(red: 0.757, green: 0.545, blue: 0.937)
/* Android */
Color.parseColor("#c18bef")Accessibility — WCAG contrast
Aa
#c18bef on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18bef on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.5%
Blue93.7%
CMYK percentages
Cyan19.2%
Magenta41.8%
Yellow0.0%
Key (black)6.3%
Color previews
#c18bef text on a black background
contrast 8.21:1
Card sample
#c18bef text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18bef;
Background color
Panel with #c18bef background
background-color: #c18bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 139, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 139, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18bef; background: linear-gradient(135deg, #c18bef, #EF8BDA);