#c65eee
a light, electric violet · warm · closest name: orchid
RGB
198, 94, 238
HSL
283°, 81%, 65%
CMYK
17, 61, 0, 7
Luminance
0.2618
Every format
| HEX | #c65eee |
| RGB | rgb(198, 94, 238) |
| HSL | hsl(283, 81%, 65%) |
| CMYK | cmyk(17%, 61%, 0%, 7%) |
| LAB | lab(58.2 63.1 -55.2) |
| LCH | lch(58.2 83.9 318.8) |
| OKLCH | oklch(0.667 0.221 315.4) |
Copy-ready code
/* CSS */
color: #c65eee;
background-color: #c65eee;
/* Tailwind (arbitrary) */
class="text-[#c65eee] bg-[#c65eee]"
/* SCSS */
$brand: #c65eee;
/* SwiftUI */
Color(red: 0.776, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#c65eee")Accessibility — WCAG contrast
Aa
#c65eee on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65eee on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.9%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c65eee text on a black background
contrast 6.24:1
Card sample
#c65eee text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65eee;
Background color
Panel with #c65eee background
background-color: #c65eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65eee; background: linear-gradient(135deg, #c65eee, #EE5EB6);