Khaki
#EDED5E
YellowColor Codes
All color formats for development
HEX
#EDED5ERGB
rgb(237, 237, 94)HSL
hsl(60, 80%, 65%)OKLCH
oklch(0.92 0.162 109.2)CMYK
cmyk(0%, 0%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAEA41
2#E7E723
3#D1D117
4#B3B314
5#959511
6#77770D
7#5A5A0A
8#3C3C07
9#1E1E03
Tints
Lighter variations
1#EFEF6E
2#F1F17E
3#F3F38F
4#F4F49F
5#F6F6AF
6#F8F8BF
7#FAFACF
8#FBFBDF
9#FDFDEF
Tones
Muted variations
1#E6E665
2#DFDF6D
3#D8D874
4#D1D17B
5#C9C982
6#C2C289
7#BBBB90
8#B4B497
9#ADAD9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--khaki-50: #FDFDF1;
--khaki-100: #FBFBDF;
--khaki-200: #F8F8C3;
--khaki-300: #F3F395;
--khaki-400: #EDED5E;
--khaki-500: #E8E830;
--khaki-600: #CACA16;
--khaki-700: #A1A112;
--khaki-800: #73730D;
--khaki-900: #494908;
--khaki-950: #2E2E05;
}