#c768df
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 104, 223
HSL
288°, 65%, 64%
CMYK
11, 53, 0, 13
Luminance
0.2737
Every format
| HEX | #c768df |
| RGB | rgb(199, 104, 223) |
| HSL | hsl(288, 65%, 64%) |
| CMYK | cmyk(11%, 53%, 0%, 13%) |
| LAB | lab(59.3 55.6 -45.1) |
| LCH | lch(59.3 71.6 321.0) |
| OKLCH | oklch(0.673 0.192 319.2) |
Copy-ready code
/* CSS */
color: #c768df;
background-color: #c768df;
/* Tailwind (arbitrary) */
class="text-[#c768df] bg-[#c768df]"
/* SCSS */
$brand: #c768df;
/* SwiftUI */
Color(red: 0.780, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#c768df")Accessibility — WCAG contrast
Aa
#c768df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c768df on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green40.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c768df text on a black background
contrast 6.47:1
Card sample
#c768df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c768df;
Background color
Panel with #c768df background
background-color: #c768df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c768df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c768df; background: linear-gradient(135deg, #c768df, #DF68A8);