#c083df
a light, vivid violet · warm · closest name: orchid
RGB
192, 131, 223
HSL
280°, 59%, 69%
CMYK
14, 41, 0, 13
Luminance
0.3277
Every format
| HEX | #c083df |
| RGB | rgb(192, 131, 223) |
| HSL | hsl(280, 59%, 69%) |
| CMYK | cmyk(14%, 41%, 0%, 13%) |
| LAB | lab(64.0 39.6 -37.8) |
| LCH | lch(64.0 54.8 316.3) |
| OKLCH | oklch(0.706 0.144 313.6) |
Copy-ready code
/* CSS */
color: #c083df;
background-color: #c083df;
/* Tailwind (arbitrary) */
class="text-[#c083df] bg-[#c083df]"
/* SCSS */
$brand: #c083df;
/* SwiftUI */
Color(red: 0.753, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#c083df")Accessibility — WCAG contrast
Aa
#c083df on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c083df on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.4%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c083df text on a black background
contrast 7.55:1
Card sample
#c083df text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c083df;
Background color
Panel with #c083df background
background-color: #c083df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c083df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c083df; background: linear-gradient(135deg, #c083df, #DF83C1);