#c09cbf
a light, soft magenta / pink · warm · closest name: plum
RGB
192, 156, 191
HSL
302°, 22%, 68%
CMYK
0, 19, 1, 25
Luminance
0.3874
Every format
| HEX | #c09cbf |
| RGB | rgb(192, 156, 191) |
| HSL | hsl(302, 22%, 68%) |
| CMYK | cmyk(0%, 19%, 1%, 25%) |
| LAB | lab(68.6 19.4 -13.0) |
| LCH | lch(68.6 23.4 326.2) |
| OKLCH | oklch(0.737 0.064 327.1) |
Copy-ready code
/* CSS */
color: #c09cbf;
background-color: #c09cbf;
/* Tailwind (arbitrary) */
class="text-[#c09cbf] bg-[#c09cbf]"
/* SCSS */
$brand: #c09cbf;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#c09cbf")Accessibility — WCAG contrast
Aa
#c09cbf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cbf on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow0.5%
Key (black)24.7%
Color previews
#c09cbf text on a black background
contrast 8.75:1
Card sample
#c09cbf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cbf;
Background color
Panel with #c09cbf background
background-color: #c09cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cbf; background: linear-gradient(135deg, #c09cbf, #C09CA7);