Khaki
#EBEB60
YellowColor Codes
All color formats for development
HEX
#EBEB60RGB
rgb(235, 235, 96)HSL
hsl(60, 78%, 65%)OKLCH
oklch(0.914 0.159 109.2)CMYK
cmyk(0%, 0%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8E843
2#E4E425
3#CFCF1A
4#B1B116
5#949412
6#76760F
7#59590B
8#3B3B07
9#1E1E04
Tints
Lighter variations
1#EDED70
2#EFEF80
3#F1F190
4#F3F3A0
5#F5F5B0
6#F7F7BF
7#F9F9CF
8#FBFBDF
9#FDFDEF
Tones
Muted variations
1#E4E467
2#DDDD6E
3#D6D675
4#D0D07C
5#C9C983
6#C2C28A
7#BBBB91
8#B4B498
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 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--khaki-50: #FDFDF1;
--khaki-100: #FBFBDF;
--khaki-200: #F8F8C4;
--khaki-300: #F2F297;
--khaki-400: #EBEB60;
--khaki-500: #E6E633;
--khaki-600: #C8C819;
--khaki-700: #9F9F14;
--khaki-800: #71710E;
--khaki-900: #494909;
--khaki-950: #2D2D06;
}