#c66fdf
a light, vivid violet · warm · closest name: orchid
RGB
198, 111, 223
HSL
287°, 64%, 66%
CMYK
11, 50, 0, 13
Luminance
0.2870
Every format
| HEX | #c66fdf |
| RGB | rgb(198, 111, 223) |
| HSL | hsl(287, 64%, 66%) |
| CMYK | cmyk(11%, 50%, 0%, 13%) |
| LAB | lab(60.5 51.9 -43.2) |
| LCH | lch(60.5 67.5 320.2) |
| OKLCH | oklch(0.681 0.180 318.3) |
Copy-ready code
/* CSS */
color: #c66fdf;
background-color: #c66fdf;
/* Tailwind (arbitrary) */
class="text-[#c66fdf] bg-[#c66fdf]"
/* SCSS */
$brand: #c66fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c66fdf")Accessibility — WCAG contrast
Aa
#c66fdf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66fdf on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c66fdf text on a black background
contrast 6.74:1
Card sample
#c66fdf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66fdf;
Background color
Panel with #c66fdf background
background-color: #c66fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66fdf; background: linear-gradient(135deg, #c66fdf, #DF6FAD);