#c65fe2
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 95, 226
HSL
287°, 69%, 63%
CMYK
12, 58, 0, 11
Luminance
0.2568
Every format
| HEX | #c65fe2 |
| RGB | rgb(198, 95, 226) |
| HSL | hsl(287, 69%, 63%) |
| CMYK | cmyk(12%, 58%, 0%, 11%) |
| LAB | lab(57.7 60.3 -49.3) |
| LCH | lch(57.7 77.9 320.7) |
| OKLCH | oklch(0.661 0.208 318.6) |
Copy-ready code
/* CSS */
color: #c65fe2;
background-color: #c65fe2;
/* Tailwind (arbitrary) */
class="text-[#c65fe2] bg-[#c65fe2]"
/* SCSS */
$brand: #c65fe2;
/* SwiftUI */
Color(red: 0.776, green: 0.373, blue: 0.886)
/* Android */
Color.parseColor("#c65fe2")Accessibility — WCAG contrast
Aa
#c65fe2 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65fe2 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green37.3%
Blue88.6%
CMYK percentages
Cyan12.4%
Magenta58.0%
Yellow0.0%
Key (black)11.4%
Color previews
#c65fe2 text on a black background
contrast 6.14:1
Card sample
#c65fe2 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65fe2;
Background color
Panel with #c65fe2 background
background-color: #c65fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 95, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 95, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65fe2; background: linear-gradient(135deg, #c65fe2, #E25FA7);