Lemon
#F8F1C4
YellowColor Codes
All color formats for development
HEX
#F8F1C4RGB
rgb(248, 241, 196)HSL
hsl(52, 79%, 87%)OKLCH
oklch(0.952 0.059 100.1)CMYK
cmyk(0%, 3%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E89C
2#EFDE74
3#EAD54D
4#E5CC25
5#C7AF17
6#9F8C13
7#77690E
8#4F4609
9#282305
Tints
Lighter variations
1#F9F2CA
2#F9F4D0
3#FAF5D5
4#FBF7DB
5#FCF8E1
6#FCF9E7
7#FDFBED
8#FEFCF3
9#FEFEF9
Tones
Muted variations
1#F5EFC6
2#F3EDC9
3#F0EBCC
4#EEE9CE
5#EBE7D1
6#E8E6D3
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 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E6 #F3E696 | BordersInactive statesPlaceholder text |
| 400 | ECD9 #ECD95F | Disabled statesSecondary iconsMuted text |
| 500 | E7CF #E7CF32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B1 #C9B118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08D #A08D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7265 #72650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF1;
--lemon-100: #FBF7DF;
--lemon-200: #F8F1C4;
--lemon-300: #F3E696;
--lemon-400: #ECD95F;
--lemon-500: #E7CF32;
--lemon-600: #C9B118;
--lemon-700: #A08D13;
--lemon-800: #72650D;
--lemon-900: #494009;
--lemon-950: #2E2805;
}