#c25df9
a light, electric violet · warm · closest name: violet
RGB
194, 93, 249
HSL
279°, 93%, 67%
CMYK
22, 63, 0, 2
Luminance
0.2614
Every format
| HEX | #c25df9 |
| RGB | rgb(194, 93, 249) |
| HSL | hsl(279, 93%, 67%) |
| CMYK | cmyk(22%, 63%, 0%, 2%) |
| LAB | lab(58.2 64.9 -61.5) |
| LCH | lch(58.2 89.4 316.6) |
| OKLCH | oklch(0.667 0.231 311.5) |
Copy-ready code
/* CSS */
color: #c25df9;
background-color: #c25df9;
/* Tailwind (arbitrary) */
class="text-[#c25df9] bg-[#c25df9]"
/* SCSS */
$brand: #c25df9;
/* SwiftUI */
Color(red: 0.761, green: 0.365, blue: 0.976)
/* Android */
Color.parseColor("#c25df9")Accessibility — WCAG contrast
Aa
#c25df9 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25df9 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green36.5%
Blue97.6%
CMYK percentages
Cyan22.1%
Magenta62.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c25df9 text on a black background
contrast 6.23:1
Card sample
#c25df9 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25df9;
Background color
Panel with #c25df9 background
background-color: #c25df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 93, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 93, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25df9; background: linear-gradient(135deg, #c25df9, #F95DC8);