Lemon
#FBEDC1
YellowColor Codes
All color formats for development
HEX
#FBEDC1RGB
rgb(251, 237, 193)HSL
hsl(46, 88%, 87%)OKLCH
oklch(0.946 0.059 92.5)CMYK
cmyk(0%, 6%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E297
2#F6D66D
3#F3CA44
4#F0BE1A
5#D1A30D
6#A7820B
7#7D6208
8#534105
9#2A2103
Tints
Lighter variations
1#FBEFC7
2#FCF1CD
3#FCF3D3
4#FDF4DA
5#FDF6E0
6#FDF8E6
7#FEFAEC
8#FEFBF3
9#FFFDF9
Tones
Muted variations
1#F8ECC4
2#F5EAC7
3#F2E9C9
4#EFE7CC
5#ECE6CF
6#EAE4D2
7#E7E3D5
8#E4E1D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E0 #F8E091 | BordersInactive statesPlaceholder text |
| 400 | F4D0 #F4D057 | Disabled statesSecondary iconsMuted text |
| 500 | F1C2 #F1C227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A5 #D3A50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A883 #A8830B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785E #785E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3C #4D3C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FDF6DD;
--lemon-200: #FBEDC1;
--lemon-300: #F8E091;
--lemon-400: #F4D057;
--lemon-500: #F1C227;
--lemon-600: #D3A50D;
--lemon-700: #A8830B;
--lemon-800: #785E08;
--lemon-900: #4D3C05;
--lemon-950: #302503;
}