#be9daf
a light, soft magenta / pink · warm · closest name: silver
RGB
190, 157, 175
HSL
327°, 20%, 68%
CMYK
0, 17, 8, 26
Luminance
0.3816
Every format
| HEX | #be9daf |
| RGB | rgb(190, 157, 175) |
| HSL | hsl(327, 20%, 68%) |
| CMYK | cmyk(0%, 17%, 8%, 26%) |
| LAB | lab(68.1 15.2 -4.7) |
| LCH | lch(68.1 15.9 342.7) |
| OKLCH | oklch(0.731 0.046 344.3) |
Copy-ready code
/* CSS */
color: #be9daf;
background-color: #be9daf;
/* Tailwind (arbitrary) */
class="text-[#be9daf] bg-[#be9daf]"
/* SCSS */
$brand: #be9daf;
/* SwiftUI */
Color(red: 0.745, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#be9daf")Accessibility — WCAG contrast
Aa
#be9daf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9daf on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green61.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow7.9%
Key (black)25.5%
Color previews
#be9daf text on a black background
contrast 8.63:1
Card sample
#be9daf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9daf;
Background color
Panel with #be9daf background
background-color: #be9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9daf; background: linear-gradient(135deg, #be9daf, #BEA19D);