#c68df3
a light, electric violet · warm · closest name: violet
RGB
198, 141, 243
HSL
274°, 81%, 75%
CMYK
19, 42, 0, 5
Luminance
0.3753
Every format
| HEX | #c68df3 |
| RGB | rgb(198, 141, 243) |
| HSL | hsl(274, 81%, 75%) |
| CMYK | cmyk(19%, 42%, 0%, 5%) |
| LAB | lab(67.7 40.2 -43.0) |
| LCH | lch(67.7 58.9 313.1) |
| OKLCH | oklch(0.738 0.153 308.8) |
Copy-ready code
/* CSS */
color: #c68df3;
background-color: #c68df3;
/* Tailwind (arbitrary) */
class="text-[#c68df3] bg-[#c68df3]"
/* SCSS */
$brand: #c68df3;
/* SwiftUI */
Color(red: 0.776, green: 0.553, blue: 0.953)
/* Android */
Color.parseColor("#c68df3")Accessibility — WCAG contrast
Aa
#c68df3 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68df3 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.3%
Blue95.3%
CMYK percentages
Cyan18.5%
Magenta42.0%
Yellow0.0%
Key (black)4.7%
Color previews
#c68df3 text on a black background
contrast 8.51:1
Card sample
#c68df3 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68df3;
Background color
Panel with #c68df3 background
background-color: #c68df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 141, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 141, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68df3; background: linear-gradient(135deg, #c68df3, #F38DDC);