Lemon
#FBFBC1
YellowColor Codes
All color formats for development
HEX
#FBFBC1RGB
rgb(251, 251, 193)HSL
hsl(60, 88%, 87%)OKLCH
oklch(0.974 0.074 107.7)CMYK
cmyk(0%, 0%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8F897
2#F6F66D
3#F3F344
4#F0F01A
5#D1D10D
6#A7A70B
7#7D7D08
8#535305
9#2A2A03
Tints
Lighter variations
1#FBFBC7
2#FCFCCD
3#FCFCD3
4#FDFDDA
5#FDFDE0
6#FDFDE6
7#FEFEEC
8#FEFEF3
9#FFFFF9
Tones
Muted variations
1#F8F8C4
2#F5F5C7
3#F2F2C9
4#EFEFCC
5#ECECCF
6#EAEAD2
7#E7E7D5
8#E4E4D8
9#E1E1DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFEF1;
--lemon-100: #FDFDDD;
--lemon-200: #FBFBC1;
--lemon-300: #F8F891;
--lemon-400: #F4F457;
--lemon-500: #F1F127;
--lemon-600: #D3D30D;
--lemon-700: #A8A80B;
--lemon-800: #787808;
--lemon-900: #4D4D05;
--lemon-950: #303003;
}