#c65af3
a light, electric violet · warm · closest name: violet
RGB
198, 90, 243
HSL
282°, 86%, 65%
CMYK
19, 63, 0, 5
Luminance
0.2579
Every format
| HEX | #c65af3 |
| RGB | rgb(198, 90, 243) |
| HSL | hsl(282, 86%, 65%) |
| CMYK | cmyk(19%, 63%, 0%, 5%) |
| LAB | lab(57.8 65.9 -58.6) |
| LCH | lch(57.8 88.2 318.4) |
| OKLCH | oklch(0.665 0.231 314.5) |
Copy-ready code
/* CSS */
color: #c65af3;
background-color: #c65af3;
/* Tailwind (arbitrary) */
class="text-[#c65af3] bg-[#c65af3]"
/* SCSS */
$brand: #c65af3;
/* SwiftUI */
Color(red: 0.776, green: 0.353, blue: 0.953)
/* Android */
Color.parseColor("#c65af3")Accessibility — WCAG contrast
Aa
#c65af3 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65af3 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green35.3%
Blue95.3%
CMYK percentages
Cyan18.5%
Magenta63.0%
Yellow0.0%
Key (black)4.7%
Color previews
#c65af3 text on a black background
contrast 6.16:1
Card sample
#c65af3 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65af3;
Background color
Panel with #c65af3 background
background-color: #c65af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 90, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 90, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65af3; background: linear-gradient(135deg, #c65af3, #F35ABA);