#c06cba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
192, 108, 186
HSL
304°, 40%, 59%
CMYK
0, 44, 3, 25
Luminance
0.2548
Every format
| HEX | #c06cba |
| RGB | rgb(192, 108, 186) |
| HSL | hsl(304, 40%, 59%) |
| CMYK | cmyk(0%, 44%, 3%, 25%) |
| LAB | lab(57.5 44.7 -27.0) |
| LCH | lch(57.5 52.2 328.9) |
| OKLCH | oklch(0.652 0.146 329.7) |
Copy-ready code
/* CSS */
color: #c06cba;
background-color: #c06cba;
/* Tailwind (arbitrary) */
class="text-[#c06cba] bg-[#c06cba]"
/* SCSS */
$brand: #c06cba;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#c06cba")Accessibility — WCAG contrast
Aa
#c06cba on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06cba on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow3.1%
Key (black)24.7%
Color previews
#c06cba text on a black background
contrast 6.10:1
Card sample
#c06cba text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06cba;
Background color
Panel with #c06cba background
background-color: #c06cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06cba; background: linear-gradient(135deg, #c06cba, #C06C82);