Lemon
#FAE4C2
OrangeColor Codes
All color formats for development
HEX
#FAE4C2RGB
rgb(250, 228, 194)HSL
hsl(36, 85%, 87%)OKLCH
oklch(0.928 0.051 78.7)CMYK
cmyk(0%, 9%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7D199
2#F3BF70
3#F0AC47
4#ED9A1E
5#CD8211
6#A4680D
7#7B4E0A
8#523407
9#291A03
Tints
Lighter variations
1#FBE6C8
2#FBE9CE
3#FCECD4
4#FCEEDA
5#FDF1E0
6#FDF4E6
7#FEF7ED
8#FEF9F3
9#FFFCF9
Tones
Muted variations
1#F7E3C4
2#F4E2C7
3#F2E2CA
4#EFE1CD
5#ECE1D0
6#E9E0D3
7#E6E0D5
8#E3DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CE #F6CE92 | BordersInactive statesPlaceholder text |
| 400 | F2B5 #F2B55A | Disabled statesSecondary iconsMuted text |
| 500 | EEA0 #EEA02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D083 #D08311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A568 #A5680D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764B #764B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FCF0DE;
--lemon-200: #FAE3C2;
--lemon-300: #F6CE92;
--lemon-400: #F2B55A;
--lemon-500: #EEA02B;
--lemon-600: #D08311;
--lemon-700: #A5680D;
--lemon-800: #764B0A;
--lemon-900: #4B3006;
--lemon-950: #2F1E04;
}