Lemon
#F8F6C3
YellowColor Codes
All color formats for development
HEX
#F8F6C3RGB
rgb(248, 246, 195)HSL
hsl(58, 79%, 87%)OKLCH
oklch(0.962 0.066 105.7)CMYK
cmyk(0%, 1%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3F09C
2#EFEB74
3#EAE54D
4#E5DF25
5#C7C117
6#9F9A13
7#77740E
8#4F4D09
9#282705
Tints
Lighter variations
1#F9F7CA
2#F9F8D0
3#FAF9D5
4#FBFADB
5#FCFBE1
6#FCFCE7
7#FDFCED
8#FEFDF3
9#FEFEF9
Tones
Muted variations
1#F5F4C6
2#F3F1C9
3#F0EFCC
4#EEEDCE
5#EBEAD1
6#E8E8D3
7#E6E5D6
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F096 | BordersInactive statesPlaceholder text |
| 400 | ECE8 #ECE85F | Disabled statesSecondary iconsMuted text |
| 500 | E7E1 #E7E132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C3 #C9C318 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09B #A09B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726F #726F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF1;
--lemon-100: #FBFADF;
--lemon-200: #F8F6C4;
--lemon-300: #F3F096;
--lemon-400: #ECE85F;
--lemon-500: #E7E132;
--lemon-600: #C9C318;
--lemon-700: #A09B13;
--lemon-800: #726F0D;
--lemon-900: #494709;
--lemon-950: #2E2C05;
}