#c27bff
a light, electric violet · warm · closest name: violet
RGB
194, 123, 255
HSL
272°, 100%, 74%
CMYK
24, 52, 0, 0
Luminance
0.3286
Every format
| HEX | #c27bff |
| RGB | rgb(194, 123, 255) |
| HSL | hsl(272, 100%, 74%) |
| CMYK | cmyk(24%, 52%, 0%, 0%) |
| LAB | lab(64.0 51.4 -55.4) |
| LCH | lch(64.0 75.6 312.9) |
| OKLCH | oklch(0.712 0.195 307.0) |
Copy-ready code
/* CSS */
color: #c27bff;
background-color: #c27bff;
/* Tailwind (arbitrary) */
class="text-[#c27bff] bg-[#c27bff]"
/* SCSS */
$brand: #c27bff;
/* SwiftUI */
Color(red: 0.761, green: 0.482, blue: 1.000)
/* Android */
Color.parseColor("#c27bff")Accessibility — WCAG contrast
Aa
#c27bff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c27bff on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green48.2%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta51.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c27bff text on a black background
contrast 7.57:1
Card sample
#c27bff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27bff;
Background color
Panel with #c27bff background
background-color: #c27bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 123, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 123, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27bff; background: linear-gradient(135deg, #c27bff, #FF7BE4);