#c06cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 108, 219
HSL
285°, 61%, 64%
CMYK
12, 51, 0, 14
Luminance
0.2705
Every format
| HEX | #c06cdb |
| RGB | rgb(192, 108, 219) |
| HSL | hsl(285, 61%, 64%) |
| CMYK | cmyk(12%, 51%, 0%, 14%) |
| LAB | lab(59.0 51.0 -43.4) |
| LCH | lch(59.0 66.9 319.6) |
| OKLCH | oklch(0.668 0.178 317.4) |
Copy-ready code
/* CSS */
color: #c06cdb;
background-color: #c06cdb;
/* Tailwind (arbitrary) */
class="text-[#c06cdb] bg-[#c06cdb]"
/* SCSS */
$brand: #c06cdb;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#c06cdb")Accessibility — WCAG contrast
Aa
#c06cdb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06cdb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#c06cdb text on a black background
contrast 6.41:1
Card sample
#c06cdb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06cdb;
Background color
Panel with #c06cdb background
background-color: #c06cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06cdb; background: linear-gradient(135deg, #c06cdb, #DB6CAC);