Lemon
#FBEFC1
YellowColor Codes
All color formats for development
HEX
#FBEFC1RGB
rgb(251, 239, 193)HSL
hsl(48, 88%, 87%)OKLCH
oklch(0.95 0.061 95.1)CMYK
cmyk(0%, 5%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E597
2#F6DA6D
3#F3D044
4#F0C51A
5#D1A90D
6#A7880B
7#7D6608
8#534405
9#2A2203
Tints
Lighter variations
1#FBF1C7
2#FCF2CD
3#FCF4D3
4#FDF6DA
5#FDF7E0
6#FDF9E6
7#FEFAEC
8#FEFCF3
9#FFFDF9
Tones
Muted variations
1#F8EEC4
2#F5ECC7
3#F2EAC9
4#EFE8CC
5#ECE7CF
6#EAE5D2
7#E7E3D5
8#E4E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FDF7DD;
--lemon-200: #FBEFC1;
--lemon-300: #F8E391;
--lemon-400: #F4D557;
--lemon-500: #F1C927;
--lemon-600: #D3AB0D;
--lemon-700: #A8880B;
--lemon-800: #786108;
--lemon-900: #4D3E05;
--lemon-950: #302703;
}