Lemon
#F8E7C3
OrangeColor Codes
All color formats for development
HEX
#F8E7C3RGB
rgb(248, 231, 195)HSL
hsl(41, 79%, 87%)OKLCH
oklch(0.933 0.051 85.7)CMYK
cmyk(0%, 7%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3D89C
2#EFC874
3#EAB84D
4#E5A825
5#C78F17
6#9F7213
7#77560E
8#4F3909
9#281D05
Tints
Lighter variations
1#F9EACA
2#F9ECD0
3#FAEFD5
4#FBF1DB
5#FCF3E1
6#FCF6E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F5E6C6
2#F3E6C9
3#F0E5CC
4#EEE4CE
5#EBE3D1
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 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D5 #F3D596 | BordersInactive statesPlaceholder text |
| 400 | ECC0 #ECC05F | Disabled statesSecondary iconsMuted text |
| 500 | E7AD #E7AD32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C991 #C99118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A073 #A07313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7252 #72520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF1;
--lemon-100: #FBF2DF;
--lemon-200: #F8E7C4;
--lemon-300: #F3D596;
--lemon-400: #ECC05F;
--lemon-500: #E7AD32;
--lemon-600: #C99118;
--lemon-700: #A07313;
--lemon-800: #72520D;
--lemon-900: #493509;
--lemon-950: #2E2105;
}