#c08cea
a light, vivid violet · warm · closest name: orchid
RGB
192, 140, 234
HSL
273°, 69%, 73%
CMYK
18, 40, 0, 8
Luminance
0.3590
Every format
| HEX | #c08cea |
| RGB | rgb(192, 140, 234) |
| HSL | hsl(273, 69%, 73%) |
| CMYK | cmyk(18%, 40%, 0%, 8%) |
| LAB | lab(66.5 37.1 -40.1) |
| LCH | lch(66.5 54.6 312.8) |
| OKLCH | oklch(0.726 0.142 308.7) |
Copy-ready code
/* CSS */
color: #c08cea;
background-color: #c08cea;
/* Tailwind (arbitrary) */
class="text-[#c08cea] bg-[#c08cea]"
/* SCSS */
$brand: #c08cea;
/* SwiftUI */
Color(red: 0.753, green: 0.549, blue: 0.918)
/* Android */
Color.parseColor("#c08cea")Accessibility — WCAG contrast
Aa
#c08cea on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08cea on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.9%
Blue91.8%
CMYK percentages
Cyan17.9%
Magenta40.2%
Yellow0.0%
Key (black)8.2%
Color previews
#c08cea text on a black background
contrast 8.18:1
Card sample
#c08cea text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08cea;
Background color
Panel with #c08cea background
background-color: #c08cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 140, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 140, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08cea; background: linear-gradient(135deg, #c08cea, #EA8CD5);