#cf9bad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 155, 173
HSL
339°, 35%, 71%
CMYK
0, 25, 16, 19
Luminance
0.3973
Every format
| HEX | #cf9bad |
| RGB | rgb(207, 155, 173) |
| HSL | hsl(339, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 16%, 19%) |
| LAB | lab(69.3 22.1 -1.8) |
| LCH | lch(69.3 22.2 355.5) |
| OKLCH | oklch(0.744 0.066 356.2) |
Copy-ready code
/* CSS */
color: #cf9bad;
background-color: #cf9bad;
/* Tailwind (arbitrary) */
class="text-[#cf9bad] bg-[#cf9bad]"
/* SCSS */
$brand: #cf9bad;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.678)
/* Android */
Color.parseColor("#cf9bad")Accessibility — WCAG contrast
Aa
#cf9bad on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bad on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow16.4%
Key (black)18.8%
Color previews
#cf9bad text on a black background
contrast 8.95:1
Card sample
#cf9bad text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bad;
Background color
Panel with #cf9bad background
background-color: #cf9bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bad; background: linear-gradient(135deg, #cf9bad, #CFAC9B);