#c99afb
a light, electric violet · warm · closest name: plum
RGB
201, 154, 251
HSL
269°, 92%, 79%
CMYK
20, 39, 0, 2
Luminance
0.4249
Every format
| HEX | #c99afb |
| RGB | rgb(201, 154, 251) |
| HSL | hsl(269, 92%, 79%) |
| CMYK | cmyk(20%, 39%, 0%, 2%) |
| LAB | lab(71.2 35.8 -41.9) |
| LCH | lch(71.2 55.0 310.5) |
| OKLCH | oklch(0.766 0.143 305.6) |
Copy-ready code
/* CSS */
color: #c99afb;
background-color: #c99afb;
/* Tailwind (arbitrary) */
class="text-[#c99afb] bg-[#c99afb]"
/* SCSS */
$brand: #c99afb;
/* SwiftUI */
Color(red: 0.788, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c99afb")Accessibility — WCAG contrast
Aa
#c99afb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99afb on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.4%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c99afb text on a black background
contrast 9.50:1
Card sample
#c99afb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99afb;
Background color
Panel with #c99afb background
background-color: #c99afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99afb; background: linear-gradient(135deg, #c99afb, #FB9AEC);