#c265fd
a light, electric violet · warm · closest name: violet
RGB
194, 101, 253
HSL
277°, 97%, 69%
CMYK
23, 60, 0, 1
Luminance
0.2787
Every format
| HEX | #c265fd |
| RGB | rgb(194, 101, 253) |
| HSL | hsl(277, 97%, 69%) |
| CMYK | cmyk(23%, 60%, 0%, 1%) |
| LAB | lab(59.8 62.0 -61.1) |
| LCH | lch(59.8 87.1 315.4) |
| OKLCH | oklch(0.680 0.225 309.9) |
Copy-ready code
/* CSS */
color: #c265fd;
background-color: #c265fd;
/* Tailwind (arbitrary) */
class="text-[#c265fd] bg-[#c265fd]"
/* SCSS */
$brand: #c265fd;
/* SwiftUI */
Color(red: 0.761, green: 0.396, blue: 0.992)
/* Android */
Color.parseColor("#c265fd")Accessibility — WCAG contrast
Aa
#c265fd on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c265fd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green39.6%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta60.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c265fd text on a black background
contrast 6.57:1
Card sample
#c265fd text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c265fd;
Background color
Panel with #c265fd background
background-color: #c265fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c265fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 101, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 101, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c265fd; background: linear-gradient(135deg, #c265fd, #FD65D3);