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