Lemon
#F6E0C6
OrangeColor Codes
All color formats for development
HEX
#F6E0C6RGB
rgb(246, 224, 198)HSL
hsl(32, 73%, 87%)OKLCH
oklch(0.918 0.042 71.9)CMYK
cmyk(0%, 9%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0CA9F
2#EAB579
3#E4A053
4#DE8B2C
5#C0741E
6#9A5D18
7#734612
8#4D2F0C
9#261706
Tints
Lighter variations
1#F7E3CB
2#F8E6D1
3#F9E9D7
4#FAECDD
5#FBEFE2
6#FBF2E8
7#FCF6EE
8#FDF9F4
9#FEFCF9
Tones
Muted variations
1#F4DFC8
2#F1DFCA
3#EFDFCD
4#ECDFCF
5#EADFD2
6#E8DED4
7#E5DED7
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEE #FAEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DF #F6DFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC7 #EFC79A | BordersInactive statesPlaceholder text |
| 400 | E7AA #E7AA65 | Disabled statesSecondary iconsMuted text |
| 500 | E092 #E09238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C276 #C2761E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5E #9A5E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E43 #6E4311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472B #472B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1B #2C1B07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FAEEE0;
--lemon-200: #F6DFC6;
--lemon-300: #EFC79A;
--lemon-400: #E7AA65;
--lemon-500: #E09238;
--lemon-600: #C2761E;
--lemon-700: #9A5E18;
--lemon-800: #6E4311;
--lemon-900: #472B0B;
--lemon-950: #2C1B07;
}