#c65fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 95, 223
HSL
288°, 67%, 62%
CMYK
11, 57, 0, 13
Luminance
0.2552
Every format
| HEX | #c65fdf |
| RGB | rgb(198, 95, 223) |
| HSL | hsl(288, 67%, 62%) |
| CMYK | cmyk(11%, 57%, 0%, 13%) |
| LAB | lab(57.6 59.7 -47.9) |
| LCH | lch(57.6 76.5 321.3) |
| OKLCH | oklch(0.660 0.205 319.4) |
Copy-ready code
/* CSS */
color: #c65fdf;
background-color: #c65fdf;
/* Tailwind (arbitrary) */
class="text-[#c65fdf] bg-[#c65fdf]"
/* SCSS */
$brand: #c65fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c65fdf")Accessibility — WCAG contrast
Aa
#c65fdf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65fdf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c65fdf text on a black background
contrast 6.10:1
Card sample
#c65fdf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65fdf;
Background color
Panel with #c65fdf background
background-color: #c65fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65fdf; background: linear-gradient(135deg, #c65fdf, #DF5FA3);