Lemon
#FBF0C1
YellowColor Codes
All color formats for development
HEX
#FBF0C1RGB
rgb(251, 240, 193)HSL
hsl(49, 88%, 87%)OKLCH
oklch(0.952 0.062 96.4)CMYK
cmyk(0%, 4%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E797
2#F6DD6D
3#F3D344
4#F0C91A
5#D1AD0D
6#A78A0B
7#7D6808
8#534505
9#2A2303
Tints
Lighter variations
1#FBF2C7
2#FCF3CD
3#FCF5D3
4#FDF6DA
5#FDF8E0
6#FDF9E6
7#FEFBEC
8#FEFCF3
9#FFFEF9
Tones
Muted variations
1#F8EEC4
2#F5EDC7
3#F2EBC9
4#EFE9CC
5#ECE7CF
6#EAE5D2
7#E7E3D5
8#E4E2D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFCF1;
--lemon-100: #FDF7DD;
--lemon-200: #FBF0C1;
--lemon-300: #F8E591;
--lemon-400: #F4D757;
--lemon-500: #F1CC27;
--lemon-600: #D3AF0D;
--lemon-700: #A88B0B;
--lemon-800: #786308;
--lemon-900: #4D4005;
--lemon-950: #302803;
}