#c26af2
a light, electric violet · warm · closest name: violet
RGB
194, 106, 242
HSL
279°, 84%, 68%
CMYK
20, 56, 0, 5
Luminance
0.2819
Every format
| HEX | #c26af2 |
| RGB | rgb(194, 106, 242) |
| HSL | hsl(279, 84%, 68%) |
| CMYK | cmyk(20%, 56%, 0%, 5%) |
| LAB | lab(60.1 57.3 -54.5) |
| LCH | lch(60.1 79.1 316.4) |
| OKLCH | oklch(0.680 0.206 312.0) |
Copy-ready code
/* CSS */
color: #c26af2;
background-color: #c26af2;
/* Tailwind (arbitrary) */
class="text-[#c26af2] bg-[#c26af2]"
/* SCSS */
$brand: #c26af2;
/* SwiftUI */
Color(red: 0.761, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#c26af2")Accessibility — WCAG contrast
Aa
#c26af2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26af2 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green41.6%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#c26af2 text on a black background
contrast 6.64:1
Card sample
#c26af2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26af2;
Background color
Panel with #c26af2 background
background-color: #c26af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26af2; background: linear-gradient(135deg, #c26af2, #F26AC7);