Lemon
#F8E6C3
OrangeColor Codes
All color formats for development
HEX
#F8E6C3RGB
rgb(248, 230, 195)HSL
hsl(40, 79%, 87%)OKLCH
oklch(0.931 0.05 84)CMYK
cmyk(0%, 7%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3D69C
2#EFC674
3#EAB64D
4#E5A525
5#C78C17
6#9F7013
7#77540E
8#4F3809
9#281C05
Tints
Lighter variations
1#F9E9CA
2#F9EBD0
3#FAEED5
4#FBF0DB
5#FCF3E1
6#FCF5E7
7#FDF8ED
8#FEFAF3
9#FEFDF9
Tones
Muted variations
1#F5E6C6
2#F3E5C9
3#F0E4CC
4#EEE3CE
5#EBE2D1
6#E8E1D3
7#E6E0D6
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D4 #F3D496 | BordersInactive statesPlaceholder text |
| 400 | ECBD #ECBD5F | Disabled statesSecondary iconsMuted text |
| 500 | E7AA #E7AA32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C98E #C98E18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A071 #A07113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7251 #72510D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F1;
--lemon-100: #FBF2DF;
--lemon-200: #F8E7C4;
--lemon-300: #F3D496;
--lemon-400: #ECBD5F;
--lemon-500: #E7AA32;
--lemon-600: #C98E18;
--lemon-700: #A07113;
--lemon-800: #72510D;
--lemon-900: #493409;
--lemon-950: #2E2005;
}