Lemon
#F7EAC5
OrangeColor Codes
All color formats for development
HEX
#F7EAC5RGB
rgb(247, 234, 197)HSL
hsl(44, 76%, 87%)OKLCH
oklch(0.938 0.05 91)CMYK
cmyk(0%, 5%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DB9E
2#ECCD77
3#E7BF50
4#E2B028
5#C3961B
6#9C7815
7#755A10
8#4E3C0B
9#271E05
Tints
Lighter variations
1#F8ECCA
2#F9EED0
3#F9F0D6
4#FAF2DC
5#FBF4E2
6#FCF6E8
7#FDF9ED
8#FDFBF3
9#FEFDF9
Tones
Muted variations
1#F5E8C7
2#F2E7CA
3#EFE6CC
4#EDE5CF
5#EAE4D1
6#E8E3D4
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 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D9 #F1D998 | BordersInactive statesPlaceholder text |
| 400 | EAC5 #EAC562 | Disabled statesSecondary iconsMuted text |
| 500 | E3B5 #E3B535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C598 #C5981B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D79 #9D7915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7056 #70560F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4837 #48370A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FBF3E0;
--lemon-200: #F7EAC5;
--lemon-300: #F1D998;
--lemon-400: #EAC562;
--lemon-500: #E3B535;
--lemon-600: #C5981B;
--lemon-700: #9D7915;
--lemon-800: #70560F;
--lemon-900: #48370A;
--lemon-950: #2D2306;
}