Lemon
#F8EAC3
OrangeColor Codes
All color formats for development
HEX
#F8EAC3RGB
rgb(248, 234, 195)HSL
hsl(44, 79%, 87%)OKLCH
oklch(0.938 0.053 90.6)CMYK
cmyk(0%, 6%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3DC9C
2#EFCE74
3#EAC04D
4#E5B225
5#C79817
6#9F7913
7#775B0E
8#4F3D09
9#281E05
Tints
Lighter variations
1#F9ECCA
2#F9EED0
3#FAF0D5
4#FBF2DB
5#FCF5E1
6#FCF7E7
7#FDF9ED
8#FEFBF3
9#FEFDF9
Tones
Muted variations
1#F5E9C6
2#F3E8C9
3#F0E6CC
4#EEE5CE
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 | F8EA #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DA #F3DA96 | BordersInactive statesPlaceholder text |
| 400 | ECC7 #ECC75F | Disabled statesSecondary iconsMuted text |
| 500 | E7B7 #E7B732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99A #C99A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07A #A07A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7257 #72570D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF1;
--lemon-100: #FBF4DF;
--lemon-200: #F8EAC4;
--lemon-300: #F3DA96;
--lemon-400: #ECC75F;
--lemon-500: #E7B732;
--lemon-600: #C99A18;
--lemon-700: #A07A13;
--lemon-800: #72570D;
--lemon-900: #493809;
--lemon-950: #2E2305;
}