Lemon
#F7E9C5
OrangeColor Codes
All color formats for development
HEX
#F7E9C5RGB
rgb(247, 233, 197)HSL
hsl(43, 76%, 87%)OKLCH
oklch(0.936 0.049 89.3)CMYK
cmyk(0%, 6%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DA9E
2#ECCB77
3#E7BC50
4#E2AD28
5#C3931B
6#9C7615
7#755810
8#4E3B0B
9#271D05
Tints
Lighter variations
1#F8EBCA
2#F9EDD0
3#F9EFD6
4#FAF2DC
5#FBF4E2
6#FCF6E8
7#FDF8ED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5E8C7
2#F2E7CA
3#EFE5CC
4#EDE4CF
5#EAE3D1
6#E8E2D4
7#E5E1D6
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 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E9 #F7E9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D8 #F1D898 | BordersInactive statesPlaceholder text |
| 400 | EAC3 #EAC362 | Disabled statesSecondary iconsMuted text |
| 500 | E3B2 #E3B235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C595 #C5951B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D77 #9D7715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7055 #70550F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4836 #48360A | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FBF3E0;
--lemon-200: #F7E9C5;
--lemon-300: #F1D898;
--lemon-400: #EAC362;
--lemon-500: #E3B235;
--lemon-600: #C5951B;
--lemon-700: #9D7715;
--lemon-800: #70550F;
--lemon-900: #48360A;
--lemon-950: #2D2206;
}