#cf92ad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 146, 173
HSL
333°, 39%, 69%
CMYK
0, 30, 16, 19
Luminance
0.3684
Every format
| HEX | #cf92ad |
| RGB | rgb(207, 146, 173) |
| HSL | hsl(333, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 16%, 19%) |
| LAB | lab(67.2 27.0 -4.9) |
| LCH | lch(67.2 27.5 349.8) |
| OKLCH | oklch(0.727 0.081 351.1) |
Copy-ready code
/* CSS */
color: #cf92ad;
background-color: #cf92ad;
/* Tailwind (arbitrary) */
class="text-[#cf92ad] bg-[#cf92ad]"
/* SCSS */
$brand: #cf92ad;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.678)
/* Android */
Color.parseColor("#cf92ad")Accessibility — WCAG contrast
Aa
#cf92ad on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf92ad on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow16.4%
Key (black)18.8%
Color previews
#cf92ad text on a black background
contrast 8.37:1
Card sample
#cf92ad text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf92ad;
Background color
Panel with #cf92ad background
background-color: #cf92ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf92ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf92ad; background: linear-gradient(135deg, #cf92ad, #CFA092);