Lemon
#F7E3C5
OrangeColor Codes
All color formats for development
HEX
#F7E3C5RGB
rgb(247, 227, 197)HSL
hsl(36, 76%, 87%)OKLCH
oklch(0.924 0.045 78)CMYK
cmyk(0%, 8%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D09E
2#ECBD77
3#E7AA50
4#E29828
5#C3801B
6#9C6615
7#754D10
8#4E330B
9#271A05
Tints
Lighter variations
1#F8E6CA
2#F9E9D0
3#F9EBD6
4#FAEEDC
5#FBF1E2
6#FCF4E8
7#FDF7ED
8#FDF9F3
9#FEFCF9
Tones
Muted variations
1#F5E2C7
2#F2E2CA
3#EFE1CC
4#EDE1CF
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 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E3 #F7E3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CD #F1CD98 | BordersInactive statesPlaceholder text |
| 400 | EAB3 #EAB362 | Disabled statesSecondary iconsMuted text |
| 500 | E39E #E39E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C581 #C5811B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D67 #9D6715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7049 #70490F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482F #482F0A | 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: #FDF9F2;
--lemon-100: #FBF0E0;
--lemon-200: #F7E3C5;
--lemon-300: #F1CD98;
--lemon-400: #EAB362;
--lemon-500: #E39E35;
--lemon-600: #C5811B;
--lemon-700: #9D6715;
--lemon-800: #70490F;
--lemon-900: #482F0A;
--lemon-950: #2D1D06;
}