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