#c286fd
a light, electric violet · warm · closest name: violet
RGB
194, 134, 253
HSL
270°, 97%, 76%
CMYK
23, 47, 0, 1
Luminance
0.3561
Every format
| HEX | #c286fd |
| RGB | rgb(194, 134, 253) |
| HSL | hsl(270, 97%, 76%) |
| CMYK | cmyk(23%, 47%, 0%, 1%) |
| LAB | lab(66.2 45.1 -50.8) |
| LCH | lch(66.2 68.0 311.6) |
| OKLCH | oklch(0.727 0.175 305.8) |
Copy-ready code
/* CSS */
color: #c286fd;
background-color: #c286fd;
/* Tailwind (arbitrary) */
class="text-[#c286fd] bg-[#c286fd]"
/* SCSS */
$brand: #c286fd;
/* SwiftUI */
Color(red: 0.761, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#c286fd")Accessibility — WCAG contrast
Aa
#c286fd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c286fd on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.5%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c286fd text on a black background
contrast 8.12:1
Card sample
#c286fd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c286fd;
Background color
Panel with #c286fd background
background-color: #c286fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c286fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c286fd; background: linear-gradient(135deg, #c286fd, #FD86E9);