#c684df
a light, vivid violet · warm · closest name: orchid
RGB
198, 132, 223
HSL
284°, 59%, 70%
CMYK
11, 41, 0, 13
Luminance
0.3384
Every format
| HEX | #c684df |
| RGB | rgb(198, 132, 223) |
| HSL | hsl(284, 59%, 70%) |
| CMYK | cmyk(11%, 41%, 0%, 13%) |
| LAB | lab(64.8 40.9 -36.5) |
| LCH | lch(64.8 54.8 318.3) |
| OKLCH | oklch(0.713 0.145 316.3) |
Copy-ready code
/* CSS */
color: #c684df;
background-color: #c684df;
/* Tailwind (arbitrary) */
class="text-[#c684df] bg-[#c684df]"
/* SCSS */
$brand: #c684df;
/* SwiftUI */
Color(red: 0.776, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#c684df")Accessibility — WCAG contrast
Aa
#c684df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c684df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green51.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c684df text on a black background
contrast 7.77:1
Card sample
#c684df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c684df;
Background color
Panel with #c684df background
background-color: #c684df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c684df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c684df; background: linear-gradient(135deg, #c684df, #DF84BB);