#c27fdf
a light, vivid violet · warm · closest name: orchid
RGB
194, 127, 223
HSL
282°, 60%, 69%
CMYK
13, 43, 0, 13
Luminance
0.3198
Every format
| HEX | #c27fdf |
| RGB | rgb(194, 127, 223) |
| HSL | hsl(282, 60%, 69%) |
| CMYK | cmyk(13%, 43%, 0%, 13%) |
| LAB | lab(63.3 42.4 -38.8) |
| LCH | lch(63.3 57.5 317.5) |
| OKLCH | oklch(0.701 0.152 315.1) |
Copy-ready code
/* CSS */
color: #c27fdf;
background-color: #c27fdf;
/* Tailwind (arbitrary) */
class="text-[#c27fdf] bg-[#c27fdf]"
/* SCSS */
$brand: #c27fdf;
/* SwiftUI */
Color(red: 0.761, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c27fdf")Accessibility — WCAG contrast
Aa
#c27fdf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c27fdf on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green49.8%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c27fdf text on a black background
contrast 7.40:1
Card sample
#c27fdf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27fdf;
Background color
Panel with #c27fdf background
background-color: #c27fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27fdf; background: linear-gradient(135deg, #c27fdf, #DF7FBC);