Lemon
#F7E2C5
OrangeColor Codes
All color formats for development
HEX
#F7E2C5RGB
rgb(247, 226, 197)HSL
hsl(35, 76%, 87%)OKLCH
oklch(0.922 0.045 76)CMYK
cmyk(0%, 9%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2CF9E
2#ECBB77
3#E7A850
4#E29528
5#C37D1B
6#9C6415
7#754B10
8#4E320B
9#271905
Tints
Lighter variations
1#F8E5CA
2#F9E8D0
3#F9EBD6
4#FAEEDC
5#FBF1E2
6#FCF3E8
7#FDF6ED
8#FDF9F3
9#FEFCF9
Tones
Muted variations
1#F5E2C7
2#F2E1CA
3#EFE1CC
4#EDE0CF
5#EAE0D1
6#E8E0D4
7#E5DFD6
8#E3DFD9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CC #F1CC98 | BordersInactive statesPlaceholder text |
| 400 | EAB1 #EAB162 | Disabled statesSecondary iconsMuted text |
| 500 | E39B #E39B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57E #C57E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D65 #9D6515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #70480F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482E #482E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FBEFE0;
--lemon-200: #F7E2C5;
--lemon-300: #F1CC98;
--lemon-400: #EAB162;
--lemon-500: #E39B35;
--lemon-600: #C57E1B;
--lemon-700: #9D6515;
--lemon-800: #70480F;
--lemon-900: #482E0A;
--lemon-950: #2D1D06;
}