Lemon
#F8E3C3
OrangeColor Codes
All color formats for development
HEX
#F8E3C3RGB
rgb(248, 227, 195)HSL
hsl(36, 79%, 87%)OKLCH
oklch(0.925 0.048 78.4)CMYK
cmyk(0%, 8%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3D09C
2#EFBE74
3#EAAB4D
4#E59825
5#C78017
6#9F6713
7#774D0E
8#4F3309
9#281A05
Tints
Lighter variations
1#F9E6CA
2#F9E9D0
3#FAEBD5
4#FBEEDB
5#FCF1E1
6#FCF4E7
7#FDF7ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F5E3C6
2#F3E2C9
3#F0E2CC
4#EEE1CE
5#EBE0D1
6#E8E0D3
7#E6DFD6
8#E3DFD9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E3 #F8E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CE #F3CE96 | BordersInactive statesPlaceholder text |
| 400 | ECB4 #ECB45F | Disabled statesSecondary iconsMuted text |
| 500 | E79E #E79E32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C982 #C98218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A067 #A06713 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 724A #724A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F1;
--lemon-100: #FBF0DF;
--lemon-200: #F8E3C4;
--lemon-300: #F3CE96;
--lemon-400: #ECB45F;
--lemon-500: #E79E32;
--lemon-600: #C98218;
--lemon-700: #A06713;
--lemon-800: #724A0D;
--lemon-900: #492F09;
--lemon-950: #2E1E05;
}