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