#c27cdf
a light, vivid violet · warm · closest name: orchid
RGB
194, 124, 223
HSL
282°, 61%, 68%
CMYK
13, 44, 0, 13
Luminance
0.3121
Every format
| HEX | #c27cdf |
| RGB | rgb(194, 124, 223) |
| HSL | hsl(282, 61%, 68%) |
| CMYK | cmyk(13%, 44%, 0%, 13%) |
| LAB | lab(62.7 44.0 -39.8) |
| LCH | lch(62.7 59.3 317.8) |
| OKLCH | oklch(0.696 0.157 315.4) |
Copy-ready code
/* CSS */
color: #c27cdf;
background-color: #c27cdf;
/* Tailwind (arbitrary) */
class="text-[#c27cdf] bg-[#c27cdf]"
/* SCSS */
$brand: #c27cdf;
/* SwiftUI */
Color(red: 0.761, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#c27cdf")Accessibility — WCAG contrast
Aa
#c27cdf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c27cdf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c27cdf text on a black background
contrast 7.24:1
Card sample
#c27cdf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27cdf;
Background color
Panel with #c27cdf background
background-color: #c27cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27cdf; background: linear-gradient(135deg, #c27cdf, #DF7CBA);