#c65afb
a light, electric violet · warm · closest name: violet
RGB
198, 90, 251
HSL
280°, 95%, 67%
CMYK
21, 64, 0, 2
Luminance
0.2628
Every format
| HEX | #c65afb |
| RGB | rgb(198, 90, 251) |
| HSL | hsl(280, 95%, 67%) |
| CMYK | cmyk(21%, 64%, 0%, 2%) |
| LAB | lab(58.3 67.5 -62.3) |
| LCH | lch(58.3 91.9 317.3) |
| OKLCH | oklch(0.670 0.238 312.6) |
Copy-ready code
/* CSS */
color: #c65afb;
background-color: #c65afb;
/* Tailwind (arbitrary) */
class="text-[#c65afb] bg-[#c65afb]"
/* SCSS */
$brand: #c65afb;
/* SwiftUI */
Color(red: 0.776, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#c65afb")Accessibility — WCAG contrast
Aa
#c65afb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65afb on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green35.3%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c65afb text on a black background
contrast 6.26:1
Card sample
#c65afb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65afb;
Background color
Panel with #c65afb background
background-color: #c65afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65afb; background: linear-gradient(135deg, #c65afb, #FB5AC5);