#c76def
a light, electric violet · warm · closest name: violet
RGB
199, 109, 239
HSL
282°, 80%, 68%
CMYK
17, 54, 0, 6
Luminance
0.2931
Every format
| HEX | #c76def |
| RGB | rgb(199, 109, 239) |
| HSL | hsl(282, 80%, 68%) |
| CMYK | cmyk(17%, 54%, 0%, 6%) |
| LAB | lab(61.1 56.4 -51.3) |
| LCH | lch(61.1 76.2 317.7) |
| OKLCH | oklch(0.688 0.200 314.3) |
Copy-ready code
/* CSS */
color: #c76def;
background-color: #c76def;
/* Tailwind (arbitrary) */
class="text-[#c76def] bg-[#c76def]"
/* SCSS */
$brand: #c76def;
/* SwiftUI */
Color(red: 0.780, green: 0.427, blue: 0.937)
/* Android */
Color.parseColor("#c76def")Accessibility — WCAG contrast
Aa
#c76def on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76def on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.7%
Blue93.7%
CMYK percentages
Cyan16.7%
Magenta54.4%
Yellow0.0%
Key (black)6.3%
Color previews
#c76def text on a black background
contrast 6.86:1
Card sample
#c76def text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76def;
Background color
Panel with #c76def background
background-color: #c76def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 109, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 109, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76def; background: linear-gradient(135deg, #c76def, #EF6DC0);