#c069df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 105, 223
HSL
284°, 65%, 64%
CMYK
14, 53, 0, 13
Luminance
0.2664
Every format
| HEX | #c069df |
| RGB | rgb(192, 105, 223) |
| HSL | hsl(284, 65%, 64%) |
| CMYK | cmyk(14%, 53%, 0%, 13%) |
| LAB | lab(58.6 53.3 -46.2) |
| LCH | lch(58.6 70.6 319.1) |
| OKLCH | oklch(0.666 0.187 316.5) |
Copy-ready code
/* CSS */
color: #c069df;
background-color: #c069df;
/* Tailwind (arbitrary) */
class="text-[#c069df] bg-[#c069df]"
/* SCSS */
$brand: #c069df;
/* SwiftUI */
Color(red: 0.753, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#c069df")Accessibility — WCAG contrast
Aa
#c069df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c069df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green41.2%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c069df text on a black background
contrast 6.33:1
Card sample
#c069df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c069df;
Background color
Panel with #c069df background
background-color: #c069df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c069df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c069df; background: linear-gradient(135deg, #c069df, #DF69AF);