#c27ddf
a light, vivid violet · warm · closest name: orchid
RGB
194, 125, 223
HSL
282°, 61%, 68%
CMYK
13, 44, 0, 13
Luminance
0.3146
Every format
| HEX | #c27ddf |
| RGB | rgb(194, 125, 223) |
| HSL | hsl(282, 61%, 68%) |
| CMYK | cmyk(13%, 44%, 0%, 13%) |
| LAB | lab(62.9 43.5 -39.5) |
| LCH | lch(62.9 58.7 317.7) |
| OKLCH | oklch(0.698 0.155 315.3) |
Copy-ready code
/* CSS */
color: #c27ddf;
background-color: #c27ddf;
/* Tailwind (arbitrary) */
class="text-[#c27ddf] bg-[#c27ddf]"
/* SCSS */
$brand: #c27ddf;
/* SwiftUI */
Color(red: 0.761, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#c27ddf")Accessibility — WCAG contrast
Aa
#c27ddf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c27ddf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green49.0%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c27ddf text on a black background
contrast 7.29:1
Card sample
#c27ddf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27ddf;
Background color
Panel with #c27ddf background
background-color: #c27ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27ddf; background: linear-gradient(135deg, #c27ddf, #DF7DBB);