#c08cf3
a light, electric violet · warm · closest name: violet
RGB
192, 140, 243
HSL
270°, 81%, 75%
CMYK
21, 42, 0, 5
Luminance
0.3643
Every format
| HEX | #c08cf3 |
| RGB | rgb(192, 140, 243) |
| HSL | hsl(270, 81%, 75%) |
| CMYK | cmyk(21%, 42%, 0%, 5%) |
| LAB | lab(66.8 39.1 -44.4) |
| LCH | lch(66.8 59.1 311.4) |
| OKLCH | oklch(0.730 0.153 306.2) |
Copy-ready code
/* CSS */
color: #c08cf3;
background-color: #c08cf3;
/* Tailwind (arbitrary) */
class="text-[#c08cf3] bg-[#c08cf3]"
/* SCSS */
$brand: #c08cf3;
/* SwiftUI */
Color(red: 0.753, green: 0.549, blue: 0.953)
/* Android */
Color.parseColor("#c08cf3")Accessibility — WCAG contrast
Aa
#c08cf3 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08cf3 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.9%
Blue95.3%
CMYK percentages
Cyan21.0%
Magenta42.4%
Yellow0.0%
Key (black)4.7%
Color previews
#c08cf3 text on a black background
contrast 8.29:1
Card sample
#c08cf3 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08cf3;
Background color
Panel with #c08cf3 background
background-color: #c08cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 140, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 140, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08cf3; background: linear-gradient(135deg, #c08cf3, #F38CE1);