#c674f3
a light, electric violet · warm · closest name: violet
RGB
198, 116, 243
HSL
279°, 84%, 70%
CMYK
19, 52, 0, 5
Luminance
0.3097
Every format
| HEX | #c674f3 |
| RGB | rgb(198, 116, 243) |
| HSL | hsl(279, 84%, 70%) |
| CMYK | cmyk(19%, 52%, 0%, 5%) |
| LAB | lab(62.5 53.5 -51.2) |
| LCH | lch(62.5 74.0 316.2) |
| OKLCH | oklch(0.699 0.193 312.2) |
Copy-ready code
/* CSS */
color: #c674f3;
background-color: #c674f3;
/* Tailwind (arbitrary) */
class="text-[#c674f3] bg-[#c674f3]"
/* SCSS */
$brand: #c674f3;
/* SwiftUI */
Color(red: 0.776, green: 0.455, blue: 0.953)
/* Android */
Color.parseColor("#c674f3")Accessibility — WCAG contrast
Aa
#c674f3 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c674f3 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.5%
Blue95.3%
CMYK percentages
Cyan18.5%
Magenta52.3%
Yellow0.0%
Key (black)4.7%
Color previews
#c674f3 text on a black background
contrast 7.19:1
Card sample
#c674f3 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c674f3;
Background color
Panel with #c674f3 background
background-color: #c674f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c674f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 116, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 116, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c674f3; background: linear-gradient(135deg, #c674f3, #F374CB);