#c65ff2
a light, electric violet · warm · closest name: violet
RGB
198, 95, 242
HSL
282°, 85%, 66%
CMYK
18, 61, 0, 5
Luminance
0.2660
Every format
| HEX | #c65ff2 |
| RGB | rgb(198, 95, 242) |
| HSL | hsl(282, 85%, 66%) |
| CMYK | cmyk(18%, 61%, 0%, 5%) |
| LAB | lab(58.6 63.5 -56.8) |
| LCH | lch(58.6 85.2 318.2) |
| OKLCH | oklch(0.670 0.223 314.4) |
Copy-ready code
/* CSS */
color: #c65ff2;
background-color: #c65ff2;
/* Tailwind (arbitrary) */
class="text-[#c65ff2] bg-[#c65ff2]"
/* SCSS */
$brand: #c65ff2;
/* SwiftUI */
Color(red: 0.776, green: 0.373, blue: 0.949)
/* Android */
Color.parseColor("#c65ff2")Accessibility — WCAG contrast
Aa
#c65ff2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65ff2 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green37.3%
Blue94.9%
CMYK percentages
Cyan18.2%
Magenta60.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c65ff2 text on a black background
contrast 6.32:1
Card sample
#c65ff2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65ff2;
Background color
Panel with #c65ff2 background
background-color: #c65ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 95, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 95, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65ff2; background: linear-gradient(135deg, #c65ff2, #F25FBC);