#cf90ad
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 144, 173
HSL
332°, 40%, 69%
CMYK
0, 30, 16, 19
Luminance
0.3623
Every format
| HEX | #cf90ad |
| RGB | rgb(207, 144, 173) |
| HSL | hsl(332, 40%, 69%) |
| CMYK | cmyk(0%, 30%, 16%, 19%) |
| LAB | lab(66.7 28.1 -5.5) |
| LCH | lch(66.7 28.7 348.8) |
| OKLCH | oklch(0.724 0.085 350.2) |
Copy-ready code
/* CSS */
color: #cf90ad;
background-color: #cf90ad;
/* Tailwind (arbitrary) */
class="text-[#cf90ad] bg-[#cf90ad]"
/* SCSS */
$brand: #cf90ad;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.678)
/* Android */
Color.parseColor("#cf90ad")Accessibility — WCAG contrast
Aa
#cf90ad on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90ad on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow16.4%
Key (black)18.8%
Color previews
#cf90ad text on a black background
contrast 8.25:1
Card sample
#cf90ad text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90ad;
Background color
Panel with #cf90ad background
background-color: #cf90ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90ad; background: linear-gradient(135deg, #cf90ad, #CF9D90);