Lemon
#F6E5C6
OrangeColor Codes
All color formats for development
HEX
#F6E5C6RGB
rgb(246, 229, 198)HSL
hsl(39, 73%, 87%)OKLCH
oklch(0.928 0.045 82.6)CMYK
cmyk(0%, 7%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D49F
2#EAC279
3#E4B153
4#DEA02C
5#C0871E
6#9A6C18
7#735112
8#4D360C
9#261B06
Tints
Lighter variations
1#F7E8CB
2#F8EAD1
3#F9EDD7
4#FAEFDD
5#FBF2E2
6#FBF5E8
7#FCF7EE
8#FDFAF4
9#FEFCF9
Tones
Muted variations
1#F4E4C8
2#F1E4CA
3#EFE3CD
4#ECE2CF
5#EAE1D2
6#E8E1D4
7#E5E0D7
8#E3DFD9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E5 #F6E5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD1 #EFD19A | BordersInactive statesPlaceholder text |
| 400 | E7B9 #E7B965 | Disabled statesSecondary iconsMuted text |
| 500 | E0A5 #E0A538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C289 #C2891E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4732 #47320B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1F #2C1F07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F2;
--lemon-100: #FAF1E0;
--lemon-200: #F6E5C6;
--lemon-300: #EFD19A;
--lemon-400: #E7B965;
--lemon-500: #E0A538;
--lemon-600: #C2891E;
--lemon-700: #9A6D18;
--lemon-800: #6E4E11;
--lemon-900: #47320B;
--lemon-950: #2C1F07;
}