Lemon
#F8F4C4
YellowColor Codes
All color formats for development
HEX
#F8F4C4RGB
rgb(248, 244, 196)HSL
hsl(55, 79%, 87%)OKLCH
oklch(0.958 0.062 103.5)CMYK
cmyk(0%, 2%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3EC9C
2#EFE574
3#EADD4D
4#E5D525
5#C7B817
6#9F9313
7#776E0E
8#4F4A09
9#282505
Tints
Lighter variations
1#F9F5CA
2#F9F6D0
3#FAF7D5
4#FBF8DB
5#FCF9E1
6#FCFAE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F5F1C6
2#F3EFC9
3#F0EDCC
4#EEEBCE
5#EBE9D1
6#E8E7D3
7#E6E4D6
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB96 | BordersInactive statesPlaceholder text |
| 400 | ECE1 #ECE15F | Disabled statesSecondary iconsMuted text |
| 500 | E7D8 #E7D832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9BA #C9BA18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A094 #A09413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726A #726A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF1;
--lemon-100: #FBF9DF;
--lemon-200: #F8F4C4;
--lemon-300: #F3EB96;
--lemon-400: #ECE15F;
--lemon-500: #E7D832;
--lemon-600: #C9BA18;
--lemon-700: #A09413;
--lemon-800: #726A0D;
--lemon-900: #494409;
--lemon-950: #2E2A05;
}