#c255fd
a light, electric violet · warm · closest name: magenta
RGB
194, 85, 253
HSL
279°, 98%, 66%
CMYK
23, 66, 0, 1
Luminance
0.2506
Every format
| HEX | #c255fd |
| RGB | rgb(194, 85, 253) |
| HSL | hsl(279, 98%, 66%) |
| CMYK | cmyk(23%, 66%, 0%, 1%) |
| LAB | lab(57.1 69.3 -65.3) |
| LCH | lch(57.1 95.2 316.7) |
| OKLCH | oklch(0.661 0.245 311.3) |
Copy-ready code
/* CSS */
color: #c255fd;
background-color: #c255fd;
/* Tailwind (arbitrary) */
class="text-[#c255fd] bg-[#c255fd]"
/* SCSS */
$brand: #c255fd;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#c255fd")Accessibility — WCAG contrast
Aa
#c255fd on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255fd on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c255fd text on a black background
contrast 6.01:1
Card sample
#c255fd text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255fd;
Background color
Panel with #c255fd background
background-color: #c255fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255fd; background: linear-gradient(135deg, #c255fd, #FD55C8);