#c271df
a light, vivid violet · warm · closest name: orchid
RGB
194, 113, 223
HSL
284°, 63%, 66%
CMYK
13, 49, 0, 13
Luminance
0.2861
Every format
| HEX | #c271df |
| RGB | rgb(194, 113, 223) |
| HSL | hsl(284, 63%, 66%) |
| CMYK | cmyk(13%, 49%, 0%, 13%) |
| LAB | lab(60.4 49.8 -43.4) |
| LCH | lch(60.4 66.0 318.9) |
| OKLCH | oklch(0.680 0.175 316.6) |
Copy-ready code
/* CSS */
color: #c271df;
background-color: #c271df;
/* Tailwind (arbitrary) */
class="text-[#c271df] bg-[#c271df]"
/* SCSS */
$brand: #c271df;
/* SwiftUI */
Color(red: 0.761, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#c271df")Accessibility — WCAG contrast
Aa
#c271df on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c271df on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green44.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c271df text on a black background
contrast 6.72:1
Card sample
#c271df text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c271df;
Background color
Panel with #c271df background
background-color: #c271df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c271df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c271df; background: linear-gradient(135deg, #c271df, #DF71B3);