#c772df
a light, vivid violet · warm · closest name: orchid
RGB
199, 114, 223
HSL
287°, 63%, 66%
CMYK
11, 49, 0, 13
Luminance
0.2950
Every format
| HEX | #c772df |
| RGB | rgb(199, 114, 223) |
| HSL | hsl(287, 63%, 66%) |
| CMYK | cmyk(11%, 49%, 0%, 13%) |
| LAB | lab(61.2 50.6 -42.1) |
| LCH | lch(61.2 65.8 320.3) |
| OKLCH | oklch(0.687 0.176 318.5) |
Copy-ready code
/* CSS */
color: #c772df;
background-color: #c772df;
/* Tailwind (arbitrary) */
class="text-[#c772df] bg-[#c772df]"
/* SCSS */
$brand: #c772df;
/* SwiftUI */
Color(red: 0.780, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#c772df")Accessibility — WCAG contrast
Aa
#c772df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c772df on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green44.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c772df text on a black background
contrast 6.90:1
Card sample
#c772df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c772df;
Background color
Panel with #c772df background
background-color: #c772df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c772df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c772df; background: linear-gradient(135deg, #c772df, #DF72AE);