#c0afdb
a light, soft violet · warm · closest name: plum
RGB
192, 175, 219
HSL
263°, 38%, 77%
CMYK
12, 20, 0, 14
Luminance
0.4698
Every format
| HEX | #c0afdb |
| RGB | rgb(192, 175, 219) |
| HSL | hsl(263, 38%, 77%) |
| CMYK | cmyk(12%, 20%, 0%, 14%) |
| LAB | lab(74.2 14.5 -19.9) |
| LCH | lch(74.2 24.7 306.1) |
| OKLCH | oklch(0.783 0.064 302.6) |
Copy-ready code
/* CSS */
color: #c0afdb;
background-color: #c0afdb;
/* Tailwind (arbitrary) */
class="text-[#c0afdb] bg-[#c0afdb]"
/* SCSS */
$brand: #c0afdb;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#c0afdb")Accessibility — WCAG contrast
Aa
#c0afdb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0afdb on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#c0afdb text on a black background
contrast 10.40:1
Card sample
#c0afdb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0afdb;
Background color
Panel with #c0afdb background
background-color: #c0afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0afdb; background: linear-gradient(135deg, #c0afdb, #DBAFD9);