#c08bfd
a light, electric violet · warm · closest name: violet
RGB
192, 139, 253
HSL
268°, 97%, 77%
CMYK
24, 45, 0, 1
Luminance
0.3676
Every format
| HEX | #c08bfd |
| RGB | rgb(192, 139, 253) |
| HSL | hsl(268, 97%, 77%) |
| CMYK | cmyk(24%, 45%, 0%, 1%) |
| LAB | lab(67.1 41.9 -49.5) |
| LCH | lch(67.1 64.8 310.3) |
| OKLCH | oklch(0.734 0.167 304.0) |
Copy-ready code
/* CSS */
color: #c08bfd;
background-color: #c08bfd;
/* Tailwind (arbitrary) */
class="text-[#c08bfd] bg-[#c08bfd]"
/* SCSS */
$brand: #c08bfd;
/* SwiftUI */
Color(red: 0.753, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#c08bfd")Accessibility — WCAG contrast
Aa
#c08bfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08bfd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.5%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c08bfd text on a black background
contrast 8.35:1
Card sample
#c08bfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08bfd;
Background color
Panel with #c08bfd background
background-color: #c08bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08bfd; background: linear-gradient(135deg, #c08bfd, #FD8BEE);