Lemon
#F8E9C3
OrangeColor Codes
All color formats for development
HEX
#F8E9C3RGB
rgb(248, 233, 195)HSL
hsl(43, 79%, 87%)OKLCH
oklch(0.936 0.052 89)CMYK
cmyk(0%, 6%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3DB9C
2#EFCC74
3#EABD4D
4#E5AF25
5#C79517
6#9F7713
7#77590E
8#4F3C09
9#281E05
Tints
Lighter variations
1#F9EBCA
2#F9EED0
3#FAF0D5
4#FBF2DB
5#FCF4E1
6#FCF6E7
7#FDF8ED
8#FEFBF3
9#FEFDF9
Tones
Muted variations
1#F5E8C6
2#F3E7C9
3#F0E6CC
4#EEE5CE
5#EBE4D1
6#E8E2D3
7#E6E1D6
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D8 #F3D896 | BordersInactive statesPlaceholder text |
| 400 | ECC4 #ECC45F | Disabled statesSecondary iconsMuted text |
| 500 | E7B4 #E7B432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C997 #C99718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A078 #A07813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7256 #72560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF1;
--lemon-100: #FBF3DF;
--lemon-200: #F8E9C4;
--lemon-300: #F3D896;
--lemon-400: #ECC45F;
--lemon-500: #E7B432;
--lemon-600: #C99718;
--lemon-700: #A07813;
--lemon-800: #72560D;
--lemon-900: #493709;
--lemon-950: #2E2205;
}