#c669df
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 105, 223
HSL
287°, 65%, 64%
CMYK
11, 53, 0, 13
Luminance
0.2744
Every format
| HEX | #c669df |
| RGB | rgb(198, 105, 223) |
| HSL | hsl(287, 65%, 64%) |
| CMYK | cmyk(11%, 53%, 0%, 13%) |
| LAB | lab(59.4 54.9 -45.0) |
| LCH | lch(59.4 71.0 320.7) |
| OKLCH | oklch(0.673 0.190 318.8) |
Copy-ready code
/* CSS */
color: #c669df;
background-color: #c669df;
/* Tailwind (arbitrary) */
class="text-[#c669df] bg-[#c669df]"
/* SCSS */
$brand: #c669df;
/* SwiftUI */
Color(red: 0.776, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#c669df")Accessibility — WCAG contrast
Aa
#c669df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c669df on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green41.2%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c669df text on a black background
contrast 6.49:1
Card sample
#c669df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c669df;
Background color
Panel with #c669df background
background-color: #c669df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c669df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c669df; background: linear-gradient(135deg, #c669df, #DF69A9);