#beafac
a light, muted red · warm · closest name: silver
RGB
190, 175, 172
HSL
10°, 12%, 71%
CMYK
0, 8, 10, 26
Luminance
0.4459
Every format
| HEX | #beafac |
| RGB | rgb(190, 175, 172) |
| HSL | hsl(10, 12%, 71%) |
| CMYK | cmyk(0%, 8%, 10%, 26%) |
| LAB | lab(72.6 4.8 3.5) |
| LCH | lch(72.6 6.0 35.7) |
| OKLCH | oklch(0.766 0.018 31.1) |
Copy-ready code
/* CSS */
color: #beafac;
background-color: #beafac;
/* Tailwind (arbitrary) */
class="text-[#beafac] bg-[#beafac]"
/* SCSS */
$brand: #beafac;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#beafac")Accessibility — WCAG contrast
Aa
#beafac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beafac on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow9.5%
Key (black)25.5%
Color previews
#beafac text on a black background
contrast 9.92:1
Card sample
#beafac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beafac;
Background color
Panel with #beafac background
background-color: #beafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beafac; background: linear-gradient(135deg, #beafac, #BEBBAC);