#c255f9
a light, electric violet · warm · closest name: magenta
RGB
194, 85, 249
HSL
280°, 93%, 66%
CMYK
22, 66, 0, 2
Luminance
0.2481
Every format
| HEX | #c255f9 |
| RGB | rgb(194, 85, 249) |
| HSL | hsl(280, 93%, 66%) |
| CMYK | cmyk(22%, 66%, 0%, 2%) |
| LAB | lab(56.9 68.5 -63.5) |
| LCH | lch(56.9 93.4 317.1) |
| OKLCH | oklch(0.658 0.242 312.2) |
Copy-ready code
/* CSS */
color: #c255f9;
background-color: #c255f9;
/* Tailwind (arbitrary) */
class="text-[#c255f9] bg-[#c255f9]"
/* SCSS */
$brand: #c255f9;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.976)
/* Android */
Color.parseColor("#c255f9")Accessibility — WCAG contrast
Aa
#c255f9 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255f9 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue97.6%
CMYK percentages
Cyan22.1%
Magenta65.9%
Yellow0.0%
Key (black)2.4%
Color previews
#c255f9 text on a black background
contrast 5.96:1
Card sample
#c255f9 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255f9;
Background color
Panel with #c255f9 background
background-color: #c255f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255f9; background: linear-gradient(135deg, #c255f9, #F955C3);