#c06fd3
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 111, 211
HSL
289°, 53%, 63%
CMYK
9, 47, 0, 17
Luminance
0.2728
Every format
| HEX | #c06fd3 |
| RGB | rgb(192, 111, 211) |
| HSL | hsl(289, 53%, 63%) |
| CMYK | cmyk(9%, 47%, 0%, 17%) |
| LAB | lab(59.2 47.8 -38.5) |
| LCH | lch(59.2 61.4 321.2) |
| OKLCH | oklch(0.668 0.165 319.8) |
Copy-ready code
/* CSS */
color: #c06fd3;
background-color: #c06fd3;
/* Tailwind (arbitrary) */
class="text-[#c06fd3] bg-[#c06fd3]"
/* SCSS */
$brand: #c06fd3;
/* SwiftUI */
Color(red: 0.753, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#c06fd3")Accessibility — WCAG contrast
Aa
#c06fd3 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06fd3 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green43.5%
Blue82.7%
CMYK percentages
Cyan9.0%
Magenta47.4%
Yellow0.0%
Key (black)17.3%
Color previews
#c06fd3 text on a black background
contrast 6.46:1
Card sample
#c06fd3 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06fd3;
Background color
Panel with #c06fd3 background
background-color: #c06fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06fd3; background: linear-gradient(135deg, #c06fd3, #D36FA3);