Lemon
#F9E4C2
OrangeColor Codes
All color formats for development
HEX
#F9E4C2RGB
rgb(249, 228, 194)HSL
hsl(37, 82%, 87%)OKLCH
oklch(0.927 0.05 79.8)CMYK
cmyk(0%, 8%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5D29A
2#F1C072
3#EDAE4A
4#E99C21
5#CA8414
6#A26A10
7#794F0C
8#513508
9#281A04
Tints
Lighter variations
1#FAE7C9
2#FAEACF
3#FBECD5
4#FBEFDB
5#FCF2E1
6#FDF4E7
7#FDF7ED
8#FEFAF3
9#FEFCF9
Tones
Muted variations
1#F6E4C5
2#F4E3C8
3#F1E2CB
4#EEE2CE
5#EBE1D0
6#E9E0D3
7#E6E0D6
8#E3DFD8
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D0 #F4D094 | BordersInactive statesPlaceholder text |
| 400 | EFB7 #EFB75D | Disabled statesSecondary iconsMuted text |
| 500 | EAA2 #EAA22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC86 #CC8614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744C #744C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3107 | 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: #FEF9F1;
--lemon-100: #FCF1DF;
--lemon-200: #F9E4C3;
--lemon-300: #F4D094;
--lemon-400: #EFB75D;
--lemon-500: #EAA22E;
--lemon-600: #CC8614;
--lemon-700: #A26A10;
--lemon-800: #744C0B;
--lemon-900: #4A3107;
--lemon-950: #2E1E05;
}