Moccasin Hex Code — #FFE4B5
RGB, HSL, and CMYK values for Moccasin.
Moccasin Color Values
| Format | Value |
|---|---|
| HEX | #FFE4B5 |
| RGB | rgb(255, 228, 181) |
| HSL | hsl(38, 100%, 85%) |
| CMYK | cmyk(0%, 11%, 29%, 0%) |
Want to explore more shades? Use our Color Converter
About Moccasin
Color psychology: Comfort, warmth.
Moccasin (#FFE4B5) is a light shade of orange. It's commonly used in web design, graphic design, and branding where comfort, warmth are desired associations.
How to Use Moccasin in CSS
/* Using HEX */ color: #FFE4B5; background-color: #FFE4B5; /* Using RGB */ color: rgb(255, 228, 181); /* Using HSL */ color: hsl(38, 100%, 85%);