#c08dfd
a light, electric violet · warm · closest name: violet
RGB
192, 141, 253
HSL
267°, 97%, 77%
CMYK
24, 44, 0, 1
Luminance
0.3735
Every format
| HEX | #c08dfd |
| RGB | rgb(192, 141, 253) |
| HSL | hsl(267, 97%, 77%) |
| CMYK | cmyk(24%, 44%, 0%, 1%) |
| LAB | lab(67.5 40.8 -48.8) |
| LCH | lch(67.5 63.6 309.9) |
| OKLCH | oklch(0.737 0.164 303.7) |
Copy-ready code
/* CSS */
color: #c08dfd;
background-color: #c08dfd;
/* Tailwind (arbitrary) */
class="text-[#c08dfd] bg-[#c08dfd]"
/* SCSS */
$brand: #c08dfd;
/* SwiftUI */
Color(red: 0.753, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#c08dfd")Accessibility — WCAG contrast
Aa
#c08dfd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08dfd on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green55.3%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c08dfd text on a black background
contrast 8.47:1
Card sample
#c08dfd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08dfd;
Background color
Panel with #c08dfd background
background-color: #c08dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08dfd; background: linear-gradient(135deg, #c08dfd, #FD8DEF);