#c681ff
a light, electric violet · warm · closest name: violet
RGB
198, 129, 255
HSL
273°, 100%, 75%
CMYK
22, 49, 0, 0
Luminance
0.3493
Every format
| HEX | #c681ff |
| RGB | rgb(198, 129, 255) |
| HSL | hsl(273, 100%, 75%) |
| CMYK | cmyk(22%, 49%, 0%, 0%) |
| LAB | lab(65.7 49.3 -52.7) |
| LCH | lch(65.7 72.2 313.1) |
| OKLCH | oklch(0.725 0.187 307.7) |
Copy-ready code
/* CSS */
color: #c681ff;
background-color: #c681ff;
/* Tailwind (arbitrary) */
class="text-[#c681ff] bg-[#c681ff]"
/* SCSS */
$brand: #c681ff;
/* SwiftUI */
Color(red: 0.776, green: 0.506, blue: 1.000)
/* Android */
Color.parseColor("#c681ff")Accessibility — WCAG contrast
Aa
#c681ff on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c681ff on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green50.6%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta49.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c681ff text on a black background
contrast 7.99:1
Card sample
#c681ff text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c681ff;
Background color
Panel with #c681ff background
background-color: #c681ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c681ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 129, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 129, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c681ff; background: linear-gradient(135deg, #c681ff, #FF81E4);