#c05fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 95, 223
HSL
286°, 67%, 62%
CMYK
14, 57, 0, 13
Luminance
0.2472
Every format
| HEX | #c05fdf |
| RGB | rgb(192, 95, 223) |
| HSL | hsl(286, 67%, 62%) |
| CMYK | cmyk(14%, 57%, 0%, 13%) |
| LAB | lab(56.8 58.2 -49.1) |
| LCH | lch(56.8 76.2 319.8) |
| OKLCH | oklch(0.652 0.202 317.3) |
Copy-ready code
/* CSS */
color: #c05fdf;
background-color: #c05fdf;
/* Tailwind (arbitrary) */
class="text-[#c05fdf] bg-[#c05fdf]"
/* SCSS */
$brand: #c05fdf;
/* SwiftUI */
Color(red: 0.753, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c05fdf")Accessibility — WCAG contrast
Aa
#c05fdf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05fdf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green37.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c05fdf text on a black background
contrast 5.94:1
Card sample
#c05fdf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05fdf;
Background color
Panel with #c05fdf background
background-color: #c05fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05fdf; background: linear-gradient(135deg, #c05fdf, #DF5FA9);