Lemon
#F8F0C3
YellowColor Codes
All color formats for development
HEX
#F8F0C3RGB
rgb(248, 240, 195)HSL
hsl(51, 79%, 87%)OKLCH
oklch(0.95 0.059 99)CMYK
cmyk(0%, 3%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E69C
2#EFDC74
3#EAD24D
4#E5C925
5#C7AC17
6#9F8A13
7#77670E
8#4F4509
9#282205
Tints
Lighter variations
1#F9F2CA
2#F9F3D0
3#FAF5D5
4#FBF6DB
5#FCF8E1
6#FCF9E7
7#FDFBED
8#FEFCF3
9#FEFEF9
Tones
Muted variations
1#F5EEC6
2#F3EDC9
3#F0EBCC
4#EEE9CE
5#EBE7D1
6#E8E5D3
7#E6E3D6
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 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E596 | BordersInactive statesPlaceholder text |
| 400 | ECD7 #ECD75F | Disabled statesSecondary iconsMuted text |
| 500 | E7CC #E7CC32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9AE #C9AE18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08B #A08B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7263 #72630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | 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: #F8F0C4;
--lemon-300: #F3E596;
--lemon-400: #ECD75F;
--lemon-500: #E7CC32;
--lemon-600: #C9AE18;
--lemon-700: #A08B13;
--lemon-800: #72630D;
--lemon-900: #493F09;
--lemon-950: #2E2805;
}