Lemon
#F8F2C4
YellowColor Codes
All color formats for development
HEX
#F8F2C4RGB
rgb(248, 242, 196)HSL
hsl(53, 79%, 87%)OKLCH
oklch(0.954 0.06 101.3)CMYK
cmyk(0%, 2%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E99C
2#EFE074
3#EAD84D
4#E5CF25
5#C7B217
6#9F8E13
7#776B0E
8#4F4709
9#282405
Tints
Lighter variations
1#F9F3CA
2#F9F5D0
3#FAF6D5
4#FBF7DB
5#FCF8E1
6#FCFAE7
7#FDFBED
8#FEFCF3
9#FEFEF9
Tones
Muted variations
1#F5F0C6
2#F3EEC9
3#F0ECCC
4#EEEACE
5#EBE8D1
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 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E896 | BordersInactive statesPlaceholder text |
| 400 | ECDC #ECDC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D2 #E7D232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B4 #C9B418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08F #A08F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7266 #72660D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | 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: #FDFCF1;
--lemon-100: #FBF8DF;
--lemon-200: #F8F2C4;
--lemon-300: #F3E896;
--lemon-400: #ECDC5F;
--lemon-500: #E7D232;
--lemon-600: #C9B418;
--lemon-700: #A08F13;
--lemon-800: #72660D;
--lemon-900: #494209;
--lemon-950: #2E2905;
}