Khaki Hex Code — #F0E68C
RGB, HSL, and CMYK values for Khaki.
Khaki Color Values
| Format | Value |
|---|---|
| HEX | #F0E68C |
| RGB | rgb(240, 230, 140) |
| HSL | hsl(54, 77%, 75%) |
| CMYK | cmyk(0%, 4%, 42%, 6%) |
Want to explore more shades? Use our Color Converter
About Khaki
Color psychology: Reliability, nature.
Khaki (#F0E68C) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where reliability, nature are desired associations.
How to Use Khaki in CSS
/* Using HEX */ color: #F0E68C; background-color: #F0E68C; /* Using RGB */ color: rgb(240, 230, 140); /* Using HSL */ color: hsl(54, 77%, 75%);