#c27afd
a light, electric violet · warm · closest name: violet
RGB
194, 122, 253
HSL
273°, 97%, 74%
CMYK
23, 52, 0, 1
Luminance
0.3248
Every format
| HEX | #c27afd |
| RGB | rgb(194, 122, 253) |
| HSL | hsl(273, 97%, 74%) |
| CMYK | cmyk(23%, 52%, 0%, 1%) |
| LAB | lab(63.7 51.5 -54.8) |
| LCH | lch(63.7 75.2 313.2) |
| OKLCH | oklch(0.709 0.194 307.6) |
Copy-ready code
/* CSS */
color: #c27afd;
background-color: #c27afd;
/* Tailwind (arbitrary) */
class="text-[#c27afd] bg-[#c27afd]"
/* SCSS */
$brand: #c27afd;
/* SwiftUI */
Color(red: 0.761, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#c27afd")Accessibility — WCAG contrast
Aa
#c27afd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c27afd on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green47.8%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c27afd text on a black background
contrast 7.50:1
Card sample
#c27afd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27afd;
Background color
Panel with #c27afd background
background-color: #c27afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27afd; background: linear-gradient(135deg, #c27afd, #FD7AE1);