Lemon
#F6EBC6
YellowColor Codes
All color formats for development
HEX
#F6EBC6RGB
rgb(246, 235, 198)HSL
hsl(46, 73%, 87%)OKLCH
oklch(0.939 0.05 93.4)CMYK
cmyk(0%, 4%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0DD9F
2#EAD079
3#E4C253
4#DEB52C
5#C09A1E
6#9A7B18
7#735C12
8#4D3E0C
9#261F06
Tints
Lighter variations
1#F7EDCB
2#F8EFD1
3#F9F1D7
4#FAF3DD
5#FBF5E2
6#FBF7E8
7#FCF9EE
8#FDFBF4
9#FEFDF9
Tones
Muted variations
1#F4E9C8
2#F1E8CA
3#EFE7CD
4#ECE6CF
5#EAE4D2
6#E8E3D4
7#E5E2D7
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E7C8 #E7C865 | Disabled statesSecondary iconsMuted text |
| 500 | E0B9 #E0B938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C29C #C29C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E59 #6E5911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4739 #47390B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FAF4E0;
--lemon-200: #F6EBC6;
--lemon-300: #EFDB9A;
--lemon-400: #E7C865;
--lemon-500: #E0B938;
--lemon-600: #C29C1E;
--lemon-700: #9A7C18;
--lemon-800: #6E5911;
--lemon-900: #47390B;
--lemon-950: #2C2307;
}