#c38df8
a light, electric violet · warm · closest name: violet
RGB
195, 141, 248
HSL
270°, 88%, 76%
CMYK
21, 43, 0, 3
Luminance
0.3743
Every format
| HEX | #c38df8 |
| RGB | rgb(195, 141, 248) |
| HSL | hsl(270, 88%, 76%) |
| CMYK | cmyk(21%, 43%, 0%, 3%) |
| LAB | lab(67.6 40.5 -45.9) |
| LCH | lch(67.6 61.2 311.4) |
| OKLCH | oklch(0.737 0.159 306.2) |
Copy-ready code
/* CSS */
color: #c38df8;
background-color: #c38df8;
/* Tailwind (arbitrary) */
class="text-[#c38df8] bg-[#c38df8]"
/* SCSS */
$brand: #c38df8;
/* SwiftUI */
Color(red: 0.765, green: 0.553, blue: 0.973)
/* Android */
Color.parseColor("#c38df8")Accessibility — WCAG contrast
Aa
#c38df8 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38df8 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green55.3%
Blue97.3%
CMYK percentages
Cyan21.4%
Magenta43.1%
Yellow0.0%
Key (black)2.7%
Color previews
#c38df8 text on a black background
contrast 8.49:1
Card sample
#c38df8 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38df8;
Background color
Panel with #c38df8 background
background-color: #c38df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 141, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 141, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38df8; background: linear-gradient(135deg, #c38df8, #F88DE6);