#cf93ab
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 147, 171
HSL
336°, 39%, 69%
CMYK
0, 29, 17, 19
Luminance
0.3707
Every format
| HEX | #cf93ab |
| RGB | rgb(207, 147, 171) |
| HSL | hsl(336, 39%, 69%) |
| CMYK | cmyk(0%, 29%, 17%, 19%) |
| LAB | lab(67.3 26.2 -3.5) |
| LCH | lch(67.3 26.4 352.4) |
| OKLCH | oklch(0.729 0.079 353.5) |
Copy-ready code
/* CSS */
color: #cf93ab;
background-color: #cf93ab;
/* Tailwind (arbitrary) */
class="text-[#cf93ab] bg-[#cf93ab]"
/* SCSS */
$brand: #cf93ab;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.671)
/* Android */
Color.parseColor("#cf93ab")Accessibility — WCAG contrast
Aa
#cf93ab on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93ab on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow17.4%
Key (black)18.8%
Color previews
#cf93ab text on a black background
contrast 8.41:1
Card sample
#cf93ab text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93ab;
Background color
Panel with #cf93ab background
background-color: #cf93ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93ab; background: linear-gradient(135deg, #cf93ab, #CFA393);