Lemon
#F9EDC3
YellowColor Codes
All color formats for development
HEX
#F9EDC3RGB
rgb(249, 237, 195)HSL
hsl(47, 82%, 87%)OKLCH
oklch(0.945 0.056 94)CMYK
cmyk(0%, 5%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E19A
2#F1D672
3#EDCA4A
4#E9BE21
5#CAA214
6#A28210
7#79610C
8#514108
9#282004
Tints
Lighter variations
1#FAEFC9
2#FAF1CF
3#FBF3D5
4#FBF4DB
5#FCF6E1
6#FDF8E7
7#FDFAED
8#FEFBF3
9#FEFDF9
Tones
Muted variations
1#F6ECC5
2#F4EAC8
3#F1E9CB
4#EEE7CE
5#EBE6D0
6#E9E4D3
7#E6E2D6
8#E3E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E0 #F4E094 | BordersInactive statesPlaceholder text |
| 400 | EFCF #EFCF5D | Disabled statesSecondary iconsMuted text |
| 500 | EAC2 #EAC22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCA4 #CCA414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A283 #A28310 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 745D #745D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3C #4A3C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E25 #2E2505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF5DF;
--lemon-200: #F9EDC3;
--lemon-300: #F4E094;
--lemon-400: #EFCF5D;
--lemon-500: #EAC22E;
--lemon-600: #CCA414;
--lemon-700: #A28310;
--lemon-800: #745D0B;
--lemon-900: #4A3C07;
--lemon-950: #2E2505;
}