#c67fdf
a light, vivid violet · warm · closest name: orchid
RGB
198, 127, 223
HSL
284°, 60%, 69%
CMYK
11, 43, 0, 13
Luminance
0.3251
Every format
| HEX | #c67fdf |
| RGB | rgb(198, 127, 223) |
| HSL | hsl(284, 60%, 69%) |
| CMYK | cmyk(11%, 43%, 0%, 13%) |
| LAB | lab(63.8 43.5 -38.1) |
| LCH | lch(63.8 57.9 318.8) |
| OKLCH | oklch(0.705 0.154 316.9) |
Copy-ready code
/* CSS */
color: #c67fdf;
background-color: #c67fdf;
/* Tailwind (arbitrary) */
class="text-[#c67fdf] bg-[#c67fdf]"
/* SCSS */
$brand: #c67fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c67fdf")Accessibility — WCAG contrast
Aa
#c67fdf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67fdf on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c67fdf text on a black background
contrast 7.50:1
Card sample
#c67fdf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67fdf;
Background color
Panel with #c67fdf background
background-color: #c67fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67fdf; background: linear-gradient(135deg, #c67fdf, #DF7FB8);