Lemon
#FDECBF
OrangeColor Codes
All color formats for development
HEX
#FDECBFRGB
rgb(253, 236, 191)HSL
hsl(44, 94%, 87%)OKLCH
oklch(0.946 0.061 89.8)CMYK
cmyk(0%, 7%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCE094
2#FAD369
3#F9C73E
4#F8BB13
5#D7A007
6#AC8005
7#816004
8#564003
9#2B2001
Tints
Lighter variations
1#FDEEC5
2#FDF0CC
3#FEF2D2
4#FEF4D8
5#FEF6DF
6#FEF8E5
7#FEF9EC
8#FFFBF2
9#FFFDF9
Tones
Muted variations
1#FAEBC2
2#F7E9C5
3#F4E8C8
4#F1E7CB
5#EDE5CE
6#EAE4D1
7#E7E2D5
8#E4E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEC #FDECBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDE #FBDE8D | BordersInactive statesPlaceholder text |
| 400 | FACD #FACD52 | Disabled statesSecondary iconsMuted text |
| 500 | F8BF #F8BF20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAA1 #DAA107 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD80 #AD8005 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5C #7C5C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3B #4F3B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFBF0;
--lemon-100: #FEF5DC;
--lemon-200: #FDECBF;
--lemon-300: #FBDE8D;
--lemon-400: #FACD52;
--lemon-500: #F8BF20;
--lemon-600: #DAA107;
--lemon-700: #AD8005;
--lemon-800: #7C5C04;
--lemon-900: #4F3B02;
--lemon-950: #312502;
}