#c08dfe
a light, electric violet · warm · closest name: violet
RGB
192, 141, 254
HSL
267°, 98%, 78%
CMYK
24, 45, 0, 0
Luminance
0.3741
Every format
| HEX | #c08dfe |
| RGB | rgb(192, 141, 254) |
| HSL | hsl(267, 98%, 78%) |
| CMYK | cmyk(24%, 45%, 0%, 0%) |
| LAB | lab(67.6 41.0 -49.2) |
| LCH | lch(67.6 64.1 309.8) |
| OKLCH | oklch(0.737 0.165 303.4) |
Copy-ready code
/* CSS */
color: #c08dfe;
background-color: #c08dfe;
/* Tailwind (arbitrary) */
class="text-[#c08dfe] bg-[#c08dfe]"
/* SCSS */
$brand: #c08dfe;
/* SwiftUI */
Color(red: 0.753, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#c08dfe")Accessibility — WCAG contrast
Aa
#c08dfe on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08dfe on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green55.3%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c08dfe text on a black background
contrast 8.48:1
Card sample
#c08dfe text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08dfe;
Background color
Panel with #c08dfe background
background-color: #c08dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08dfe; background: linear-gradient(135deg, #c08dfe, #FE8DF1);