#c09df8
a light, electric violet · warm · closest name: plum
RGB
192, 157, 248
HSL
263°, 87%, 79%
CMYK
23, 37, 0, 3
Luminance
0.4210
Every format
| HEX | #c09df8 |
| RGB | rgb(192, 157, 248) |
| HSL | hsl(263, 87%, 79%) |
| CMYK | cmyk(23%, 37%, 0%, 3%) |
| LAB | lab(70.9 30.9 -40.7) |
| LCH | lch(70.9 51.1 307.2) |
| OKLCH | oklch(0.762 0.132 301.0) |
Copy-ready code
/* CSS */
color: #c09df8;
background-color: #c09df8;
/* Tailwind (arbitrary) */
class="text-[#c09df8] bg-[#c09df8]"
/* SCSS */
$brand: #c09df8;
/* SwiftUI */
Color(red: 0.753, green: 0.616, blue: 0.973)
/* Android */
Color.parseColor("#c09df8")Accessibility — WCAG contrast
Aa
#c09df8 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09df8 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.6%
Blue97.3%
CMYK percentages
Cyan22.6%
Magenta36.7%
Yellow0.0%
Key (black)2.7%
Color previews
#c09df8 text on a black background
contrast 9.42:1
Card sample
#c09df8 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09df8;
Background color
Panel with #c09df8 background
background-color: #c09df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 157, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 157, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09df8; background: linear-gradient(135deg, #c09df8, #F89DF3);