Lemon
#F6E9C6
OrangeColor Codes
All color formats for development
HEX
#F6E9C6RGB
rgb(246, 233, 198)HSL
hsl(44, 73%, 87%)OKLCH
oklch(0.935 0.048 90.1)CMYK
cmyk(0%, 5%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0DB9F
2#EACC79
3#E4BD53
4#DEAF2C
5#C0951E
6#9A7718
7#735912
8#4D3B0C
9#261E06
Tints
Lighter variations
1#F7EBCB
2#F8EED1
3#F9F0D7
4#FAF2DD
5#FBF4E2
6#FBF6E8
7#FCF8EE
8#FDFBF4
9#FEFDF9
Tones
Muted variations
1#F4E8C8
2#F1E7CA
3#EFE6CD
4#ECE5CF
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 | FAF3 #FAF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E9 #F6E9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD8 #EFD89A | BordersInactive statesPlaceholder text |
| 400 | E7C4 #E7C465 | Disabled statesSecondary iconsMuted text |
| 500 | E0B3 #E0B338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C296 #C2961E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A78 #9A7818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E55 #6E5511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4737 #47370B | Primary textHigh emphasis contentDark headings |
| 950 | 2C22 #2C2207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFAF2;
--lemon-100: #FAF3E0;
--lemon-200: #F6E9C6;
--lemon-300: #EFD89A;
--lemon-400: #E7C465;
--lemon-500: #E0B338;
--lemon-600: #C2961E;
--lemon-700: #9A7818;
--lemon-800: #6E5511;
--lemon-900: #47370B;
--lemon-950: #2C2207;
}