#c09dfb
a light, electric violet · warm · closest name: plum
RGB
192, 157, 251
HSL
262°, 92%, 80%
CMYK
24, 38, 0, 2
Luminance
0.4229
Every format
| HEX | #c09dfb |
| RGB | rgb(192, 157, 251) |
| HSL | hsl(262, 92%, 80%) |
| CMYK | cmyk(24%, 38%, 0%, 2%) |
| LAB | lab(71.1 31.6 -42.1) |
| LCH | lch(71.1 52.6 306.8) |
| OKLCH | oklch(0.763 0.136 300.4) |
Copy-ready code
/* CSS */
color: #c09dfb;
background-color: #c09dfb;
/* Tailwind (arbitrary) */
class="text-[#c09dfb] bg-[#c09dfb]"
/* SCSS */
$brand: #c09dfb;
/* SwiftUI */
Color(red: 0.753, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c09dfb")Accessibility — WCAG contrast
Aa
#c09dfb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09dfb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.6%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c09dfb text on a black background
contrast 9.46:1
Card sample
#c09dfb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09dfb;
Background color
Panel with #c09dfb background
background-color: #c09dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09dfb; background: linear-gradient(135deg, #c09dfb, #FB9DF7);