Lemon
#FBE7C1
OrangeColor Codes
All color formats for development
HEX
#FBE7C1RGB
rgb(251, 231, 193)HSL
hsl(39, 88%, 87%)OKLCH
oklch(0.935 0.054 83.4)CMYK
cmyk(0%, 8%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8D697
2#F6C66D
3#F3B644
4#F0A51A
5#D18C0D
6#A7700B
7#7D5408
8#533805
9#2A1C03
Tints
Lighter variations
1#FBE9C7
2#FCEBCD
3#FCEED3
4#FDF0DA
5#FDF3E0
6#FDF5E6
7#FEF8EC
8#FEFAF3
9#FFFDF9
Tones
Muted variations
1#F8E6C4
2#F5E5C7
3#F2E4C9
4#EFE3CC
5#ECE2CF
6#EAE1D2
7#E7E0D5
8#E4E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FDF2DD;
--lemon-200: #FBE7C1;
--lemon-300: #F8D491;
--lemon-400: #F4BD57;
--lemon-500: #F1AB27;
--lemon-600: #D38E0D;
--lemon-700: #A8710B;
--lemon-800: #785108;
--lemon-900: #4D3405;
--lemon-950: #302003;
}