#cf8aba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 138, 186
HSL
318°, 42%, 68%
CMYK
0, 33, 10, 19
Luminance
0.3499
Every format
| HEX | #cf8aba |
| RGB | rgb(207, 138, 186) |
| HSL | hsl(318, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 10%, 19%) |
| LAB | lab(65.7 33.5 -14.3) |
| LCH | lch(65.7 36.5 336.9) |
| OKLCH | oklch(0.718 0.104 338.6) |
Copy-ready code
/* CSS */
color: #cf8aba;
background-color: #cf8aba;
/* Tailwind (arbitrary) */
class="text-[#cf8aba] bg-[#cf8aba]"
/* SCSS */
$brand: #cf8aba;
/* SwiftUI */
Color(red: 0.812, green: 0.541, blue: 0.729)
/* Android */
Color.parseColor("#cf8aba")Accessibility — WCAG contrast
Aa
#cf8aba on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8aba on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow10.1%
Key (black)18.8%
Color previews
#cf8aba text on a black background
contrast 8.00:1
Card sample
#cf8aba text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8aba;
Background color
Panel with #cf8aba background
background-color: #cf8aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 138, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 138, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8aba; background: linear-gradient(135deg, #cf8aba, #CF8A8C);