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