Lemon
#FDE6BF
OrangeColor Codes
All color formats for development
HEX
#FDE6BFRGB
rgb(253, 230, 191)HSL
hsl(38, 94%, 87%)OKLCH
oklch(0.934 0.057 80.9)CMYK
cmyk(0%, 9%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCD694
2#FAC569
3#F9B43E
4#F8A413
5#D78B07
6#AC6F05
7#815304
8#563703
9#2B1C01
Tints
Lighter variations
1#FDE9C5
2#FDEBCC
3#FEEED2
4#FEF0D8
5#FEF3DF
6#FEF5E5
7#FEF8EC
8#FFFAF2
9#FFFDF9
Tones
Muted variations
1#FAE5C2
2#F7E4C5
3#F4E4C8
4#F1E3CB
5#EDE2CE
6#EAE1D1
7#E7E0D5
8#E4E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE6 #FDE6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD3 #FBD38D | BordersInactive statesPlaceholder text |
| 400 | FABC #FABC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8A9 #F8A920 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA8C #DA8C07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD70 #AD7005 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C50 #7C5004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F33 #4F3302 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFF9F0;
--lemon-100: #FEF2DC;
--lemon-200: #FDE6BF;
--lemon-300: #FBD38D;
--lemon-400: #FABC52;
--lemon-500: #F8A920;
--lemon-600: #DA8C07;
--lemon-700: #AD7005;
--lemon-800: #7C5004;
--lemon-900: #4F3302;
--lemon-950: #312002;
}