Khaki
#c3b091
Looking for the precise values behind Khaki (#c3b091)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c3b091 | |
|---|---|---|
| RGB | rgb(195, 176, 145) | |
| HSL | hsl(37, 29%, 67%) | |
| CMYK | cmyk(0%, 10%, 26%, 24%) | |
| LAB | lab(73, 3, 19) | |
| OKLCH | oklch(0.77 0.048 80) |
Color harmonies
Tints & shades
Code snippets
color: #c3b091;
background-color: #c3b091;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC3B091)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.69, blue: 0.57, alpha: 1.0)