Lemon
#F9E1C2
OrangeColor Codes
All color formats for development
HEX
#F9E1C2RGB
rgb(249, 225, 194)HSL
hsl(34, 82%, 87%)OKLCH
oklch(0.921 0.049 74.2)CMYK
cmyk(0%, 10%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5CE9A
2#F1BA72
3#EDA64A
4#E99221
5#CA7B14
6#A26210
7#794A0C
8#513108
9#281904
Tints
Lighter variations
1#FAE4C9
2#FAE7CF
3#FBEAD5
4#FBEDDB
5#FCF0E1
6#FDF3E7
7#FDF6ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F6E1C5
2#F4E1C8
3#F1E0CB
4#EEE0CE
5#EBE0D0
6#E9DFD3
7#E6DFD6
8#E3DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEF #FCEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E1 #F9E1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CB #F4CB94 | BordersInactive statesPlaceholder text |
| 400 | EFB0 #EFB05D | Disabled statesSecondary iconsMuted text |
| 500 | EA99 #EA992E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC7C #CC7C14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A263 #A26310 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7447 #74470B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2D #4A2D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF8F1;
--lemon-100: #FCEFDF;
--lemon-200: #F9E1C3;
--lemon-300: #F4CB94;
--lemon-400: #EFB05D;
--lemon-500: #EA992E;
--lemon-600: #CC7C14;
--lemon-700: #A26310;
--lemon-800: #74470B;
--lemon-900: #4A2D07;
--lemon-950: #2E1C05;
}