#c255ff
a light, electric violet · warm · closest name: magenta
RGB
194, 85, 255
HSL
279°, 100%, 67%
CMYK
24, 67, 0, 0
Luminance
0.2519
Every format
| HEX | #c255ff |
| RGB | rgb(194, 85, 255) |
| HSL | hsl(279, 100%, 67%) |
| CMYK | cmyk(24%, 67%, 0%, 0%) |
| LAB | lab(57.3 69.7 -66.2) |
| LCH | lch(57.3 96.1 316.4) |
| OKLCH | oklch(0.662 0.247 310.8) |
Copy-ready code
/* CSS */
color: #c255ff;
background-color: #c255ff;
/* Tailwind (arbitrary) */
class="text-[#c255ff] bg-[#c255ff]"
/* SCSS */
$brand: #c255ff;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#c255ff")Accessibility — WCAG contrast
Aa
#c255ff on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255ff on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c255ff text on a black background
contrast 6.04:1
Card sample
#c255ff text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255ff;
Background color
Panel with #c255ff background
background-color: #c255ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255ff; background: linear-gradient(135deg, #c255ff, #FF55CB);