#c18eee
a light, vivid violet · warm · closest name: orchid
RGB
193, 142, 238
HSL
272°, 74%, 75%
CMYK
19, 40, 0, 7
Luminance
0.3686
Every format
| HEX | #c18eee |
| RGB | rgb(193, 142, 238) |
| HSL | hsl(272, 74%, 75%) |
| CMYK | cmyk(19%, 40%, 0%, 7%) |
| LAB | lab(67.2 37.2 -41.1) |
| LCH | lch(67.2 55.4 312.1) |
| OKLCH | oklch(0.732 0.144 307.6) |
Copy-ready code
/* CSS */
color: #c18eee;
background-color: #c18eee;
/* Tailwind (arbitrary) */
class="text-[#c18eee] bg-[#c18eee]"
/* SCSS */
$brand: #c18eee;
/* SwiftUI */
Color(red: 0.757, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#c18eee")Accessibility — WCAG contrast
Aa
#c18eee on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18eee on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c18eee text on a black background
contrast 8.37:1
Card sample
#c18eee text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18eee;
Background color
Panel with #c18eee background
background-color: #c18eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18eee; background: linear-gradient(135deg, #c18eee, #EE8EDB);