#c474eb
a light, vivid violet · warm · closest name: orchid
RGB
196, 116, 235
HSL
280°, 75%, 69%
CMYK
17, 51, 0, 8
Luminance
0.3022
Every format
| HEX | #c474eb |
| RGB | rgb(196, 116, 235) |
| HSL | hsl(280, 75%, 69%) |
| CMYK | cmyk(17%, 51%, 0%, 8%) |
| LAB | lab(61.9 51.2 -47.8) |
| LCH | lch(61.9 70.1 317.0) |
| OKLCH | oklch(0.693 0.184 313.6) |
Copy-ready code
/* CSS */
color: #c474eb;
background-color: #c474eb;
/* Tailwind (arbitrary) */
class="text-[#c474eb] bg-[#c474eb]"
/* SCSS */
$brand: #c474eb;
/* SwiftUI */
Color(red: 0.769, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#c474eb")Accessibility — WCAG contrast
Aa
#c474eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c474eb on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green45.5%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c474eb text on a black background
contrast 7.04:1
Card sample
#c474eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c474eb;
Background color
Panel with #c474eb background
background-color: #c474eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c474eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c474eb; background: linear-gradient(135deg, #c474eb, #EB74C3);