#c249df
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 73, 223
HSL
288°, 70%, 58%
CMYK
13, 67, 0, 13
Luminance
0.2156
Every format
| HEX | #c249df |
| RGB | rgb(194, 73, 223) |
| HSL | hsl(288, 70%, 58%) |
| CMYK | cmyk(13%, 67%, 0%, 13%) |
| LAB | lab(53.6 68.3 -54.3) |
| LCH | lch(53.6 87.3 321.5) |
| OKLCH | oklch(0.629 0.233 319.2) |
Copy-ready code
/* CSS */
color: #c249df;
background-color: #c249df;
/* Tailwind (arbitrary) */
class="text-[#c249df] bg-[#c249df]"
/* SCSS */
$brand: #c249df;
/* SwiftUI */
Color(red: 0.761, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#c249df")Accessibility — WCAG contrast
Aa
#c249df on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c249df on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green28.6%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c249df text on a black background
contrast 5.31:1
Card sample
#c249df text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c249df;
Background color
Panel with #c249df background
background-color: #c249df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c249df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c249df; background: linear-gradient(135deg, #c249df, #DF4998);