Lemon
#F6E4C6
OrangeColor Codes
All color formats for development
HEX
#F6E4C6RGB
rgb(246, 228, 198)HSL
hsl(38, 73%, 87%)OKLCH
oklch(0.926 0.044 80.6)CMYK
cmyk(0%, 7%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D29F
2#EAC179
3#E4AF53
4#DE9D2C
5#C0851E
6#9A6A18
7#735012
8#4D350C
9#261B06
Tints
Lighter variations
1#F7E7CB
2#F8EAD1
3#F9ECD7
4#FAEFDD
5#FBF2E2
6#FBF4E8
7#FCF7EE
8#FDFAF4
9#FEFCF9
Tones
Muted variations
1#F4E4C8
2#F1E3CA
3#EFE2CD
4#ECE2CF
5#EAE1D2
6#E8E0D4
7#E5E0D7
8#E3DFD9
9#E0DEDB
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 | F6E4 #F6E4C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD0 #EFD09A | BordersInactive statesPlaceholder text |
| 400 | E7B7 #E7B765 | Disabled statesSecondary iconsMuted text |
| 500 | E0A3 #E0A338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C286 #C2861E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6B #9A6B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4C #6E4C11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4731 #47310B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1E #2C1E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F2;
--lemon-100: #FAF1E0;
--lemon-200: #F6E4C6;
--lemon-300: #EFD09A;
--lemon-400: #E7B765;
--lemon-500: #E0A338;
--lemon-600: #C2861E;
--lemon-700: #9A6B18;
--lemon-800: #6E4C11;
--lemon-900: #47310B;
--lemon-950: #2C1E07;
}