#c67df9
a light, electric violet · warm · closest name: violet
RGB
198, 125, 249
HSL
275°, 91%, 73%
CMYK
21, 50, 0, 2
Luminance
0.3351
Every format
| HEX | #c67df9 |
| RGB | rgb(198, 125, 249) |
| HSL | hsl(275, 91%, 73%) |
| CMYK | cmyk(21%, 50%, 0%, 2%) |
| LAB | lab(64.6 50.1 -51.2) |
| LCH | lch(64.6 71.6 314.4) |
| OKLCH | oklch(0.715 0.186 309.7) |
Copy-ready code
/* CSS */
color: #c67df9;
background-color: #c67df9;
/* Tailwind (arbitrary) */
class="text-[#c67df9] bg-[#c67df9]"
/* SCSS */
$brand: #c67df9;
/* SwiftUI */
Color(red: 0.776, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#c67df9")Accessibility — WCAG contrast
Aa
#c67df9 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67df9 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green49.0%
Blue97.6%
CMYK percentages
Cyan20.5%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#c67df9 text on a black background
contrast 7.70:1
Card sample
#c67df9 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67df9;
Background color
Panel with #c67df9 background
background-color: #c67df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67df9; background: linear-gradient(135deg, #c67df9, #F97DD9);