#c09afb
a light, electric violet · warm · closest name: plum
RGB
192, 154, 251
HSL
264°, 92%, 79%
CMYK
24, 39, 0, 2
Luminance
0.4128
Every format
| HEX | #c09afb |
| RGB | rgb(192, 154, 251) |
| HSL | hsl(264, 92%, 79%) |
| CMYK | cmyk(24%, 39%, 0%, 2%) |
| LAB | lab(70.4 33.2 -43.2) |
| LCH | lch(70.4 54.5 307.5) |
| OKLCH | oklch(0.758 0.141 301.2) |
Copy-ready code
/* CSS */
color: #c09afb;
background-color: #c09afb;
/* Tailwind (arbitrary) */
class="text-[#c09afb] bg-[#c09afb]"
/* SCSS */
$brand: #c09afb;
/* SwiftUI */
Color(red: 0.753, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c09afb")Accessibility — WCAG contrast
Aa
#c09afb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09afb on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.4%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c09afb text on a black background
contrast 9.26:1
Card sample
#c09afb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09afb;
Background color
Panel with #c09afb background
background-color: #c09afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09afb; background: linear-gradient(135deg, #c09afb, #FB9AF5);