Lemon
#F8E8C3
OrangeColor Codes
All color formats for development
HEX
#F8E8C3RGB
rgb(248, 232, 195)HSL
hsl(42, 79%, 87%)OKLCH
oklch(0.934 0.051 87.4)CMYK
cmyk(0%, 6%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3D99C
2#EFCA74
3#EABB4D
4#E5AC25
5#C79217
6#9F7513
7#77580E
8#4F3A09
9#281D05
Tints
Lighter variations
1#F9EBCA
2#F9EDD0
3#FAEFD5
4#FBF1DB
5#FCF4E1
6#FCF6E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F5E7C6
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 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D796 | BordersInactive statesPlaceholder text |
| 400 | ECC2 #ECC25F | Disabled statesSecondary iconsMuted text |
| 500 | E7B1 #E7B132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C994 #C99418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A075 #A07513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7254 #72540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | 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: #F8E8C4;
--lemon-300: #F3D796;
--lemon-400: #ECC25F;
--lemon-500: #E7B132;
--lemon-600: #C99418;
--lemon-700: #A07513;
--lemon-800: #72540D;
--lemon-900: #493609;
--lemon-950: #2E2205;
}