#c673f2
a light, electric violet · warm · closest name: violet
RGB
198, 115, 242
HSL
279°, 83%, 70%
CMYK
18, 53, 0, 5
Luminance
0.3068
Every format
| HEX | #c673f2 |
| RGB | rgb(198, 115, 242) |
| HSL | hsl(279, 83%, 70%) |
| CMYK | cmyk(18%, 53%, 0%, 5%) |
| LAB | lab(62.2 53.8 -51.1) |
| LCH | lch(62.2 74.1 316.5) |
| OKLCH | oklch(0.697 0.194 312.6) |
Copy-ready code
/* CSS */
color: #c673f2;
background-color: #c673f2;
/* Tailwind (arbitrary) */
class="text-[#c673f2] bg-[#c673f2]"
/* SCSS */
$brand: #c673f2;
/* SwiftUI */
Color(red: 0.776, green: 0.451, blue: 0.949)
/* Android */
Color.parseColor("#c673f2")Accessibility — WCAG contrast
Aa
#c673f2 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c673f2 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.1%
Blue94.9%
CMYK percentages
Cyan18.2%
Magenta52.5%
Yellow0.0%
Key (black)5.1%
Color previews
#c673f2 text on a black background
contrast 7.14:1
Card sample
#c673f2 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c673f2;
Background color
Panel with #c673f2 background
background-color: #c673f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c673f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 115, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 115, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c673f2; background: linear-gradient(135deg, #c673f2, #F273C9);