#c07cdb
a light, vivid violet · warm · closest name: orchid
RGB
192, 124, 219
HSL
283°, 57%, 67%
CMYK
12, 43, 0, 14
Luminance
0.3074
Every format
| HEX | #c07cdb |
| RGB | rgb(192, 124, 219) |
| HSL | hsl(283, 57%, 67%) |
| CMYK | cmyk(12%, 43%, 0%, 14%) |
| LAB | lab(62.3 42.6 -38.2) |
| LCH | lch(62.3 57.2 318.1) |
| OKLCH | oklch(0.692 0.152 315.8) |
Copy-ready code
/* CSS */
color: #c07cdb;
background-color: #c07cdb;
/* Tailwind (arbitrary) */
class="text-[#c07cdb] bg-[#c07cdb]"
/* SCSS */
$brand: #c07cdb;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#c07cdb")Accessibility — WCAG contrast
Aa
#c07cdb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07cdb on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c07cdb text on a black background
contrast 7.15:1
Card sample
#c07cdb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07cdb;
Background color
Panel with #c07cdb background
background-color: #c07cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07cdb; background: linear-gradient(135deg, #c07cdb, #DB7CB7);