#c254f2
a balanced, electric violet · warm · closest name: violet
RGB
194, 84, 242
HSL
282°, 86%, 64%
CMYK
20, 65, 0, 5
Luminance
0.2422
Every format
| HEX | #c254f2 |
| RGB | rgb(194, 84, 242) |
| HSL | hsl(282, 86%, 64%) |
| CMYK | cmyk(20%, 65%, 0%, 5%) |
| LAB | lab(56.3 67.5 -60.5) |
| LCH | lch(56.3 90.7 318.1) |
| OKLCH | oklch(0.653 0.236 313.8) |
Copy-ready code
/* CSS */
color: #c254f2;
background-color: #c254f2;
/* Tailwind (arbitrary) */
class="text-[#c254f2] bg-[#c254f2]"
/* SCSS */
$brand: #c254f2;
/* SwiftUI */
Color(red: 0.761, green: 0.329, blue: 0.949)
/* Android */
Color.parseColor("#c254f2")Accessibility — WCAG contrast
Aa
#c254f2 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c254f2 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green32.9%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta65.3%
Yellow0.0%
Key (black)5.1%
Color previews
#c254f2 text on a black background
contrast 5.84:1
Card sample
#c254f2 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c254f2;
Background color
Panel with #c254f2 background
background-color: #c254f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c254f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 84, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 84, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c254f2; background: linear-gradient(135deg, #c254f2, #F254B9);