#c67cdf
a light, vivid violet · warm · closest name: orchid
RGB
198, 124, 223
HSL
285°, 61%, 68%
CMYK
11, 44, 0, 13
Luminance
0.3175
Every format
| HEX | #c67cdf |
| RGB | rgb(198, 124, 223) |
| HSL | hsl(285, 61%, 68%) |
| CMYK | cmyk(11%, 44%, 0%, 13%) |
| LAB | lab(63.1 45.1 -39.1) |
| LCH | lch(63.1 59.7 319.1) |
| OKLCH | oklch(0.701 0.159 317.2) |
Copy-ready code
/* CSS */
color: #c67cdf;
background-color: #c67cdf;
/* Tailwind (arbitrary) */
class="text-[#c67cdf] bg-[#c67cdf]"
/* SCSS */
$brand: #c67cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#c67cdf")Accessibility — WCAG contrast
Aa
#c67cdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67cdf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c67cdf text on a black background
contrast 7.35:1
Card sample
#c67cdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67cdf;
Background color
Panel with #c67cdf background
background-color: #c67cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67cdf; background: linear-gradient(135deg, #c67cdf, #DF7CB6);