#c09dfe
a light, electric violet · warm · closest name: plum
RGB
192, 157, 254
HSL
262°, 98%, 81%
CMYK
24, 38, 0, 0
Luminance
0.4248
Every format
| HEX | #c09dfe |
| RGB | rgb(192, 157, 254) |
| HSL | hsl(262, 98%, 81%) |
| CMYK | cmyk(24%, 38%, 0%, 0%) |
| LAB | lab(71.2 32.3 -43.6) |
| LCH | lch(71.2 54.2 306.5) |
| OKLCH | oklch(0.764 0.140 299.7) |
Copy-ready code
/* CSS */
color: #c09dfe;
background-color: #c09dfe;
/* Tailwind (arbitrary) */
class="text-[#c09dfe] bg-[#c09dfe]"
/* SCSS */
$brand: #c09dfe;
/* SwiftUI */
Color(red: 0.753, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#c09dfe")Accessibility — WCAG contrast
Aa
#c09dfe on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09dfe on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.6%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c09dfe text on a black background
contrast 9.50:1
Card sample
#c09dfe text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09dfe;
Background color
Panel with #c09dfe background
background-color: #c09dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09dfe; background: linear-gradient(135deg, #c09dfe, #FE9DFB);