#c06ecf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 110, 207
HSL
291°, 50%, 62%
CMYK
7, 47, 0, 19
Luminance
0.2686
Every format
| HEX | #c06ecf |
| RGB | rgb(192, 110, 207) |
| HSL | hsl(291, 50%, 62%) |
| CMYK | cmyk(7%, 47%, 0%, 19%) |
| LAB | lab(58.9 47.6 -36.9) |
| LCH | lch(58.9 60.2 322.2) |
| OKLCH | oklch(0.665 0.163 321.3) |
Copy-ready code
/* CSS */
color: #c06ecf;
background-color: #c06ecf;
/* Tailwind (arbitrary) */
class="text-[#c06ecf] bg-[#c06ecf]"
/* SCSS */
$brand: #c06ecf;
/* SwiftUI */
Color(red: 0.753, green: 0.431, blue: 0.812)
/* Android */
Color.parseColor("#c06ecf")Accessibility — WCAG contrast
Aa
#c06ecf on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06ecf on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green43.1%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta46.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c06ecf text on a black background
contrast 6.37:1
Card sample
#c06ecf text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06ecf;
Background color
Panel with #c06ecf background
background-color: #c06ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 110, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 110, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06ecf; background: linear-gradient(135deg, #c06ecf, #CF6E9D);