#c491ff
a light, electric violet · warm · closest name: violet
RGB
196, 145, 255
HSL
268°, 100%, 78%
CMYK
23, 43, 0, 0
Luminance
0.3921
Every format
| HEX | #c491ff |
| RGB | rgb(196, 145, 255) |
| HSL | hsl(268, 100%, 78%) |
| CMYK | cmyk(23%, 43%, 0%, 0%) |
| LAB | lab(68.9 40.2 -47.7) |
| LCH | lch(68.9 62.4 310.1) |
| OKLCH | oklch(0.748 0.161 304.2) |
Copy-ready code
/* CSS */
color: #c491ff;
background-color: #c491ff;
/* Tailwind (arbitrary) */
class="text-[#c491ff] bg-[#c491ff]"
/* SCSS */
$brand: #c491ff;
/* SwiftUI */
Color(red: 0.769, green: 0.569, blue: 1.000)
/* Android */
Color.parseColor("#c491ff")Accessibility — WCAG contrast
Aa
#c491ff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c491ff on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green56.9%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta43.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c491ff text on a black background
contrast 8.84:1
Card sample
#c491ff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c491ff;
Background color
Panel with #c491ff background
background-color: #c491ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c491ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 145, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 145, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c491ff; background: linear-gradient(135deg, #c491ff, #FF91F1);