Lemon
#F9F2C2
YellowColor Codes
All color formats for development
HEX
#F9F2C2RGB
rgb(249, 242, 194)HSL
hsl(52, 82%, 87%)OKLCH
oklch(0.955 0.062 100.6)CMYK
cmyk(0%, 3%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E99A
2#F1E072
3#EDD74A
4#E9CE21
5#CAB214
6#A28E10
7#796B0C
8#514708
9#282404
Tints
Lighter variations
1#FAF3C9
2#FAF4CF
3#FBF6D5
4#FBF7DB
5#FCF8E1
6#FDFAE7
7#FDFBED
8#FEFCF3
9#FEFEF9
Tones
Muted variations
1#F6F0C5
2#F4EEC8
3#F1ECCB
4#EEEACE
5#EBE8D0
6#E9E6D3
7#E6E4D6
8#E3E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E8 #F4E894 | BordersInactive statesPlaceholder text |
| 400 | EFDB #EFDB5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD1 #EAD12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB4 #CCB414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28F #A28F10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7466 #74660B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A41 #4A4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FCF8DF;
--lemon-200: #F9F2C3;
--lemon-300: #F4E894;
--lemon-400: #EFDB5D;
--lemon-500: #EAD12E;
--lemon-600: #CCB414;
--lemon-700: #A28F10;
--lemon-800: #74660B;
--lemon-900: #4A4107;
--lemon-950: #2E2905;
}