#c682df
a light, vivid violet · warm · closest name: orchid
RGB
198, 130, 223
HSL
284°, 59%, 69%
CMYK
11, 42, 0, 13
Luminance
0.3330
Every format
| HEX | #c682df |
| RGB | rgb(198, 130, 223) |
| HSL | hsl(284, 59%, 69%) |
| CMYK | cmyk(11%, 42%, 0%, 13%) |
| LAB | lab(64.4 41.9 -37.1) |
| LCH | lch(64.4 56.0 318.5) |
| OKLCH | oklch(0.710 0.149 316.5) |
Copy-ready code
/* CSS */
color: #c682df;
background-color: #c682df;
/* Tailwind (arbitrary) */
class="text-[#c682df] bg-[#c682df]"
/* SCSS */
$brand: #c682df;
/* SwiftUI */
Color(red: 0.776, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#c682df")Accessibility — WCAG contrast
Aa
#c682df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c682df on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green51.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c682df text on a black background
contrast 7.66:1
Card sample
#c682df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c682df;
Background color
Panel with #c682df background
background-color: #c682df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c682df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c682df; background: linear-gradient(135deg, #c682df, #DF82BA);