Beige Hex Code — #F5F5DC
RGB, HSL, and CMYK values for Beige.
Beige Color Values
| Format | Value |
|---|---|
| HEX | #F5F5DC |
| RGB | rgb(245, 245, 220) |
| HSL | hsl(60, 56%, 91%) |
| CMYK | cmyk(0%, 0%, 10%, 4%) |
Want to explore more shades? Use our Color Converter
About Beige
Color psychology: Simplicity, calm.
Beige (#F5F5DC) is a light shade of brown. It's commonly used in web design, graphic design, and branding where simplicity, calm are desired associations.
How to Use Beige in CSS
/* Using HEX */ color: #F5F5DC; background-color: #F5F5DC; /* Using RGB */ color: rgb(245, 245, 220); /* Using HSL */ color: hsl(60, 56%, 91%);