Lemon
#F8EBC4
YellowColor Codes
All color formats for development
HEX
#F8EBC4RGB
rgb(248, 235, 196)HSL
hsl(45, 79%, 87%)OKLCH
oklch(0.941 0.053 91.8)CMYK
cmyk(0%, 5%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3DE9C
2#EFD074
3#EAC34D
4#E5B525
5#C79B17
6#9F7C13
7#775D0E
8#4F3E09
9#281F05
Tints
Lighter variations
1#F9EDCA
2#F9EFD0
3#FAF1D5
4#FBF3DB
5#FCF5E1
6#FCF7E7
7#FDF9ED
8#FEFBF3
9#FEFDF9
Tones
Muted variations
1#F5EAC6
2#F3E8C9
3#F0E7CC
4#EEE6CE
5#EBE4D1
6#E8E3D3
7#E6E2D6
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC96 | BordersInactive statesPlaceholder text |
| 400 | ECC9 #ECC95F | Disabled statesSecondary iconsMuted text |
| 500 | E7BA #E7BA32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99D #C99D18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07D #A07D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7259 #72590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF1;
--lemon-100: #FBF4DF;
--lemon-200: #F8EBC4;
--lemon-300: #F3DC96;
--lemon-400: #ECC95F;
--lemon-500: #E7BA32;
--lemon-600: #C99D18;
--lemon-700: #A07D13;
--lemon-800: #72590D;
--lemon-900: #493909;
--lemon-950: #2E2405;
}