Lemon
#FDE9BF
OrangeColor Codes
All color formats for development
HEX
#FDE9BFRGB
rgb(253, 233, 191)HSL
hsl(41, 94%, 87%)OKLCH
oklch(0.94 0.059 85.5)CMYK
cmyk(0%, 8%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCDB94
2#FACC69
3#F9BE3E
4#F8AF13
5#D79507
6#AC7705
7#815904
8#563C03
9#2B1E01
Tints
Lighter variations
1#FDEBC5
2#FDEECC
3#FEF0D2
4#FEF2D8
5#FEF4DF
6#FEF6E5
7#FEF8EC
8#FFFBF2
9#FFFDF9
Tones
Muted variations
1#FAE8C2
2#F7E7C5
3#F4E6C8
4#F1E5CB
5#EDE4CE
6#EAE2D1
7#E7E1D5
8#E4E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE9 #FDE9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD9 #FBD98D | BordersInactive statesPlaceholder text |
| 400 | FAC5 #FAC552 | Disabled statesSecondary iconsMuted text |
| 500 | F8B4 #F8B420 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA97 #DA9707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD78 #AD7805 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C56 #7C5604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F37 #4F3702 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFAF0;
--lemon-100: #FEF3DC;
--lemon-200: #FDE9BF;
--lemon-300: #FBD98D;
--lemon-400: #FAC552;
--lemon-500: #F8B420;
--lemon-600: #DA9707;
--lemon-700: #AD7805;
--lemon-800: #7C5604;
--lemon-900: #4F3702;
--lemon-950: #312202;
}