Lemon
#F6E8C6
OrangeColor Codes
All color formats for development
HEX
#F6E8C6RGB
rgb(246, 232, 198)HSL
hsl(42, 73%, 87%)OKLCH
oklch(0.933 0.047 88.3)CMYK
cmyk(0%, 6%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D89F
2#EAC879
3#E4B853
4#DEA92C
5#C08F1E
6#9A7318
7#735612
8#4D390C
9#261D06
Tints
Lighter variations
1#F7EACB
2#F8ECD1
3#F9EFD7
4#FAF1DD
5#FBF3E2
6#FBF6E8
7#FCF8EE
8#FDFAF4
9#FEFDF9
Tones
Muted variations
1#F4E7C8
2#F1E6CA
3#EFE5CD
4#ECE4CF
5#EAE3D2
6#E8E2D4
7#E5E1D7
8#E3E0D9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E8 #F6E8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E7C0 #E7C065 | Disabled statesSecondary iconsMuted text |
| 500 | E0AE #E0AE38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C291 #C2911E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4735 #47350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FAF2E0;
--lemon-200: #F6E8C6;
--lemon-300: #EFD59A;
--lemon-400: #E7C065;
--lemon-500: #E0AE38;
--lemon-600: #C2911E;
--lemon-700: #9A7318;
--lemon-800: #6E5211;
--lemon-900: #47350B;
--lemon-950: #2C2107;
}