#c75af2
a light, electric violet · warm · closest name: violet
RGB
199, 90, 242
HSL
283°, 85%, 65%
CMYK
18, 63, 0, 5
Luminance
0.2587
Every format
| HEX | #c75af2 |
| RGB | rgb(199, 90, 242) |
| HSL | hsl(283, 85%, 65%) |
| CMYK | cmyk(18%, 63%, 0%, 5%) |
| LAB | lab(57.9 66.0 -57.9) |
| LCH | lch(57.9 87.8 318.7) |
| OKLCH | oklch(0.666 0.230 315.1) |
Copy-ready code
/* CSS */
color: #c75af2;
background-color: #c75af2;
/* Tailwind (arbitrary) */
class="text-[#c75af2] bg-[#c75af2]"
/* SCSS */
$brand: #c75af2;
/* SwiftUI */
Color(red: 0.780, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#c75af2")Accessibility — WCAG contrast
Aa
#c75af2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75af2 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green35.3%
Blue94.9%
CMYK percentages
Cyan17.8%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c75af2 text on a black background
contrast 6.17:1
Card sample
#c75af2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75af2;
Background color
Panel with #c75af2 background
background-color: #c75af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75af2; background: linear-gradient(135deg, #c75af2, #F25AB8);